Ignore:
Timestamp:
Sep 25, 1999, 4:18:12 PM (26 years ago)
Author:
sandervl
Message:

Cursor fixes + minor change to RedrawWindow

File:
1 edited

Legend:

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

    r1000 r1042  
    1 /* $Id: dc.cpp,v 1.3 1999-09-21 17:03:29 dengert Exp $ */
     1/* $Id: dc.cpp,v 1.4 1999-09-25 14:15:36 sandervl Exp $ */
    22
    33/*
     
    10531053
    10541054   SetFS(sel);
     1055   dprintf(("ReleaseDC %x %x", hwnd, hdc));
    10551056   return (rc);
    10561057}
     
    11001101   if (hwnd == NULLHANDLE) {
    11011102      hwnd = HWND_DESKTOP;
    1102       wnd  = NULL;
     1103      wnd  = Win32BaseWindow::GetWindowFromOS2Handle(OSLIB_HWND_DESKTOP);
    11031104   }
    11041105   else
Note: See TracChangeset for help on using the changeset viewer.