Ignore:
Timestamp:
Sep 21, 1999, 10:24:05 AM (26 years ago)
Author:
sandervl
Message:

Edgar Buerkle's fixes for GetDesktopWindow, icons + WM_TIMER support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r963 r996  
    1 /* $Id: window.cpp,v 1.3 1999-09-17 18:49:53 dengert Exp $ */
     1/* $Id: window.cpp,v 1.4 1999-09-21 08:24:05 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    690690{
    691691    dprintf(("USER32:  GetDesktopWindow\n"));
    692     return OSLIB_HWND_DESKTOP;
     692    return 0;
    693693}
    694694//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.