- Timestamp:
- May 11, 2001, 9:02:01 PM (24 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5687 r5692 1 /* $Id: dc.cpp,v 1.10 0 2001-05-11 13:31:54sandervl Exp $ */1 /* $Id: dc.cpp,v 1.101 2001-05-11 19:02:01 sandervl Exp $ */ 2 2 3 3 /* … … 722 722 dprintf (("BeginPaint %x: EMPTY update rectangle (show=%d/%d vis=%d/%d", hWnd, WinIsWindowVisible(wnd->getOS2FrameWindowHandle()), WinIsWindowVisible(wnd->getOS2WindowHandle()), WinIsWindowShowing(wnd->getOS2FrameWindowHandle()), WinIsWindowShowing(wnd->getOS2WindowHandle()))); 723 723 } 724 else dprintf (("BeginPaint %x: (show=%d/%d vis=%d/%d)", hWnd, WinIsWindowVisible(wnd->getOS2FrameWindowHandle()), WinIsWindowVisible(wnd->getOS2WindowHandle()), WinIsWindowShowing(wnd->getOS2FrameWindowHandle()), WinIsWindowShowing(wnd->getOS2WindowHandle()))); 725 724 726 selectClientArea(wnd, pHps); 725 727 -
trunk/src/user32/pmwindow.cpp
r5685 r5692 1 /* $Id: pmwindow.cpp,v 1.12 5 2001-05-11 08:39:44sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.126 2001-05-11 19:02:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 1251 1251 1252 1252 dprintf(("PMFRAME:WM_ADJUSTFRAMEPOS %x %x %x (%d,%d) (%d,%d)", win32wnd->getWindowHandle(), pswp->hwnd, pswp->fl, pswp->x, pswp->y, pswp->cx, pswp->cy)); 1253 goto RunDefFrameWndProc; 1253 //Calling the default frame handler changes the Z-order of this window when 1254 //setting the focus. Messes up hotlist window in Opera 5. 1255 //Also gets rid of focus problems in e.g. button (open odin info dialog -> 1256 //close, focus back to button dialog now) 1257 // goto RunDefFrameWndProc; 1258 break; 1254 1259 } 1255 1260
Note:
See TracChangeset
for help on using the changeset viewer.