Changeset 2384 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Jan 9, 2000, 4:56:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r2257 r2384 1 /* $Id: win32wmdiclient.cpp,v 1.2 0 1999-12-29 22:54:03 cbratschiExp $ */1 /* $Id: win32wmdiclient.cpp,v 1.21 2000-01-09 15:56:05 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 832 832 BOOL Win32MDIClientWindow::augmentFrameMenu(Win32MDIChildWindow *child) 833 833 { 834 HMENU hSysPopup = 0,hFrameMenu = ::GetMenu(getParent()->getWindowHandle()),hSysMenu = GetSystemMenu(child->getWindowHandle(),FALSE);834 HMENU hSysPopup = 0,hFrameMenu = ::GetMenu(getParent()->getWindowHandle()),hSysMenu = ::GetSystemMenu(child->getWindowHandle(),FALSE); 835 835 HBITMAP hSysMenuBitmap = 0; 836 836
Note:
See TracChangeset
for help on using the changeset viewer.