Changeset 2956 for trunk/src/user32/pmframe.cpp
- Timestamp:
- Mar 1, 2000, 2:30:07 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmframe.cpp
r2834 r2956 1 /* $Id: pmframe.cpp,v 1.4 3 2000-02-20 18:28:32 cbratschiExp $ */1 /* $Id: pmframe.cpp,v 1.44 2000-03-01 13:30:05 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 434 434 435 435 dprintf(("PMFRAME: WM_ACTIVATE %x %x", hwnd, mp2)); 436 if(win32wnd->IsWindowCreated()) 437 win32wnd->DispatchMsgA(pWinMsg); 438 436 439 if (win32wnd->IsWindowCreated()) 437 440 { … … 451 454 WinSetWindowUShort(hwnd,QWS_FLAGS,mp1 ? (flags | FF_ACTIVE):(flags & ~FF_ACTIVE)); 452 455 } 453 if(win32wnd->IsWindowCreated())454 win32wnd->DispatchMsgA(pWinMsg);455 456 456 RestoreOS2TIB(); 457 457 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.