- Timestamp:
 - May 11, 2001, 9:21:46 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/pmwindow.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/pmwindow.cpp
r5692 r5694 1 /* $Id: pmwindow.cpp,v 1.12 6 2001-05-11 19:02:01sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.127 2001-05-11 19:21:46 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 //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; 1253 goto RunDefFrameWndProc; 1259 1254 } 1260 1255  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  