Changeset 1576 for trunk/src/user32/pmframe.cpp
- Timestamp:
- Nov 3, 1999, 8:51:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmframe.cpp
r1572 r1576 1 /* $Id: pmframe.cpp,v 1.1 8 1999-11-03 18:00:25 cbratschiExp $ */1 /* $Id: pmframe.cpp,v 1.19 1999-11-03 19:51:43 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 257 257 258 258 if(!win32wnd->CanReceiveSizeMsgs()) { 259 goto RunDefFrameProc; //CB: must call def frame proc or frame control activation is broken 259 //SvL: Doing this breaks button.exe, header4(a).exe & style.exe 260 // goto RunDefFrameProc; //CB: must call def frame proc or frame control activation is broken 260 261 break; 261 262 } … … 293 294 pswp->hwnd = hwnd; 294 295 295 goto RunDefFrameProc; //CB: must call def frame proc or frame control activation is broken296 //RestoreOS2TIB();297 //return (MRESULT)0xf;296 // goto RunDefFrameProc; //CB: must call def frame proc or frame control activation is broken 297 RestoreOS2TIB(); 298 return (MRESULT)0xf; 298 299 } 299 300 goto RunDefFrameProc; //CB: must call def frame proc or frame control activation is broken … … 422 423 if (win32wnd->IsModalDialog()) 423 424 { 424 Win32BaseWindow *topOwner = win32wnd->getOwner()-> getTopParent();425 Win32BaseWindow *topOwner = win32wnd->getOwner()->GetTopParent(); 425 426 426 427 if (topOwner) WinSetWindowPos(topOwner->getOS2FrameWindowHandle(),hwnd,0,0,0,0,SWP_ZORDER);
Note:
See TracChangeset
for help on using the changeset viewer.