Changeset 1042 for trunk/src/user32/dc.cpp
- Timestamp:
- Sep 25, 1999, 4:18:12 PM (26 years ago)
- 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 dengertExp $ */1 /* $Id: dc.cpp,v 1.4 1999-09-25 14:15:36 sandervl Exp $ */ 2 2 3 3 /* … … 1053 1053 1054 1054 SetFS(sel); 1055 dprintf(("ReleaseDC %x %x", hwnd, hdc)); 1055 1056 return (rc); 1056 1057 } … … 1100 1101 if (hwnd == NULLHANDLE) { 1101 1102 hwnd = HWND_DESKTOP; 1102 wnd = NULL;1103 wnd = Win32BaseWindow::GetWindowFromOS2Handle(OSLIB_HWND_DESKTOP); 1103 1104 } 1104 1105 else
Note:
See TracChangeset
for help on using the changeset viewer.