- Timestamp:
- Oct 16, 1999, 8:56:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r1314 r1324 1 /* $Id: pmwindow.cpp,v 1.3 1 1999-10-16 10:28:31 sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.32 1999-10-16 18:56:51 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 856 856 dprintf(("OS2: WM_PAINT %x", hwnd)); 857 857 858 #if 0859 858 if (WinQueryUpdateRect (hwnd, NULL)) { 860 859 if (!win32wnd->isSupressErase()) { … … 864 863 } 865 864 win32wnd->setSupressErase (FALSE); 866 #endif 865 867 866 if(win32wnd->MsgPaint(0, 0)) { 868 867 goto RunDefWndProc;
Note:
See TracChangeset
for help on using the changeset viewer.