Changeset 2577 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Jan 30, 2000, 7:48:29 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbasenonclient.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r2529 r2577 1 /* $Id: win32wbasenonclient.cpp,v 1. 6 2000-01-27 17:21:09 cbratschiExp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.7 2000-01-30 18:48:29 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1025 1025 */ 1026 1026 1027 dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint)); 1028 1027 1029 if (!(hdc = GetDCEx( Win32Hwnd, (clip > 1) ? clip : 0, DCX_USESTYLE | DCX_WINDOW | 1028 1030 ((clip > 1) ?(DCX_INTERSECTRGN /*| DCX_KEEPCLIPRGN*/) : 0) ))) return; … … 1036 1038 //CB: unknown WINE handling (clip == 1), clip client? 1037 1039 GetRgnBox( clip, &rectClip ); 1038 } else 1040 } 1041 else 1039 1042 { 1040 1043 clip = 0; … … 1139 1142 1140 1143 ReleaseDC(Win32Hwnd,hdc); 1144 dprintf(("**DoNCPaint %x DONE", getWindowHandle())); 1141 1145 } 1142 1146 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
