Ignore:
Timestamp:
May 23, 2001, 10:35:57 AM (24 years ago)
Author:
sandervl
Message:

RedrawWindow fix for desktop window

File:
1 edited

Legend:

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

    r5734 r5784  
    1 /* $Id: dc.cpp,v 1.104 2001-05-18 07:21:27 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.105 2001-05-23 08:35:57 sandervl Exp $ */
    22
    33/*
     
    11331133    if (hwnd == NULLHANDLE)
    11341134    {
    1135 #if 1
    1136         // Don't do this for now (causes lots of desktop repaints in WordPad)
    1137         SetLastError(ERROR_INVALID_PARAMETER_W);
    1138         return FALSE;
    1139 #else
    11401135        hwnd = HWND_DESKTOP;
    11411136        wnd  = Win32BaseWindow::GetWindowFromOS2Handle(OSLIB_HWND_DESKTOP);
     
    11481143            return FALSE;
    11491144        }
    1150 #endif
    11511145    }
    11521146    else
Note: See TracChangeset for help on using the changeset viewer.