Changeset 2803 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 16, 2000, 3:28:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r2739 r2803 1 /* $Id: win32wbasenonclient.cpp,v 1.1 0 2000-02-10 18:49:52 cbratschiExp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.11 2000-02-16 14:28:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 39 39 #include <menu.h> 40 40 41 #define DBG_LOCALLOG DBG_win32wbasenonclient 42 #include "dbglocal.h" 43 41 44 #define SC_ABOUTODIN (SC_SCREENSAVE+1) 42 45 #define SC_PUTMARK (SC_SCREENSAVE+2) … … 957 960 958 961 dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint)); 962 DecreaseLogCount(); 959 963 960 964 if (!(hdc = GetDCEx( Win32Hwnd, (clip > 1) ? clip : 0, DCX_USESTYLE | DCX_WINDOW | … … 1071 1075 1072 1076 ReleaseDC(Win32Hwnd,hdc); 1077 IncreaseLogCount(); 1073 1078 dprintf(("**DoNCPaint %x DONE", getWindowHandle())); 1074 1079 }
Note:
See TracChangeset
for help on using the changeset viewer.