Changeset 9563 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Dec 29, 2002, 6:17:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r9345 r9563 1 /* $Id: win32wbasenonclient.cpp,v 1.4 4 2002-10-15 09:18:12sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.45 2002-12-29 17:17:16 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1067 1067 dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint)); 1068 1068 1069 if ( getStyle() & WS_MINIMIZE || 1070 !IsWindowVisible( getWindowHandle() )) { 1071 return; /* Nothing to do */ 1072 } 1073 1069 1074 rect.top = rect.left = 0; 1070 1075 rect.right = rectWindow.right - rectWindow.left;
Note:
See TracChangeset
for help on using the changeset viewer.