Changeset 6902 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 1, 2001, 12:24:42 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r6783 r6902 1 /* $Id: pmwindow.cpp,v 1.14 8 2001-09-22 18:20:59sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.149 2001-09-30 22:24:41 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 374 374 break; 375 375 } 376 if(mp1) {//visible region has been altered 377 win32wnd->callVisibleRgnNotifyProc(TRUE); 378 } 376 379 goto RunDefWndProc; 377 380 378 381 case WM_VRNDISABLED: 379 382 dprintf(("OS2: WM_VRNDISABLED %x %x %x", win32wnd->getWindowHandle(), mp1, mp2)); 383 //visible region is about to change or WinLockWindowUpdate called 384 //suspend window drawing 385 win32wnd->callVisibleRgnNotifyProc(FALSE); 380 386 goto RunDefWndProc; 381 387
Note:
See TracChangeset
for help on using the changeset viewer.