Changeset 5973 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Jun 12, 2001, 7:02:42 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r5951 r5973 1 /* $Id: win32wbasenonclient.cpp,v 1.3 2 2001-06-10 12:05:41sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.33 2001-06-12 17:02:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1030 1030 1031 1031 dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint)); 1032 DecreaseLogCount();1033 1032 1034 1033 rect.top = rect.left = 0; … … 1061 1060 ((clip > 1) ?(DCX_INTERSECTRGN /*| DCX_KEEPCLIPRGN*/) : 0) ))) return; 1062 1061 1062 DecreaseLogCount(); 1063 1063 SelectObject( hdc, GetSysColorPen(COLOR_WINDOWFRAME) ); 1064 1064 … … 1159 1159 } 1160 1160 1161 IncreaseLogCount(); 1161 1162 ReleaseDC(getWindowHandle(),hdc); 1162 IncreaseLogCount();1163 1163 dprintf(("**DoNCPaint %x DONE", getWindowHandle())); 1164 1164 }
Note:
See TracChangeset
for help on using the changeset viewer.