Changeset 2400 for trunk/src/user32/new/win32wmdiclient.cpp
- Timestamp:
- Jan 11, 2000, 12:29:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wmdiclient.cpp
r2292 r2400 1 /* $Id: win32wmdiclient.cpp,v 1. 9 2000-01-02 19:30:46 cbratschiExp $ */1 /* $Id: win32wmdiclient.cpp,v 1.10 2000-01-10 23:29:15 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 833 833 BOOL Win32MDIClientWindow::augmentFrameMenu(Win32MDIChildWindow *child) 834 834 { 835 HMENU hSysPopup = 0,hFrameMenu = ::GetMenu(getParent()->getWindowHandle()),hSysMenu = GetSystemMenu(child->getWindowHandle(),FALSE);835 HMENU hSysPopup = 0,hFrameMenu = ::GetMenu(getParent()->getWindowHandle()),hSysMenu = ::GetSystemMenu(child->getWindowHandle(),FALSE); 836 836 HBITMAP hSysMenuBitmap = 0; 837 837
Note:
See TracChangeset
for help on using the changeset viewer.