Changeset 22134 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jul 25, 2017, 4:32:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r22043 r22134 220 220 } 221 221 222 OSLibWinSetVisibleRegionNotify(OS2Hwnd, FALSE); 223 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32WNDPTR, 0); 224 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32PM_MAGIC, 0); 222 if (!isFakeWindow()) { 223 OSLibWinSetVisibleRegionNotify(OS2Hwnd, FALSE); 224 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32WNDPTR, 0); 225 OSLibWinSetWindowULong(OS2Hwnd, OFFSET_WIN32PM_MAGIC, 0); 226 } 225 227 226 228 if(fDestroyAll) {
Note:
See TracChangeset
for help on using the changeset viewer.