Changeset 5217 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Feb 20, 2001, 6:22:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r4839 r5217 1 /* $Id: win32wmdiclient.cpp,v 1.3 2 2000-12-24 14:54:07sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.33 2001-02-20 17:22:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 346 346 { 347 347 prevActive->setStyle(prevActive->getStyle() | WS_SYSMENU); 348 prevActive->DeactivateChildWindow(); 348 349 prevActive->SendInternalMessageA( WM_NCACTIVATE, FALSE, 0L ); 349 350 prevActive->SendInternalMessageA( WM_MDIACTIVATE, (WPARAM)prevActive->getWindowHandle(), (LPARAM)(child) ? child->getWindowHandle() : 0);
Note:
See TracChangeset
for help on using the changeset viewer.