Ignore:
Timestamp:
Jan 9, 2000, 4:56:06 PM (26 years ago)
Author:
sandervl
Message:

win32 look update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wmdiclient.cpp

    r2257 r2384  
    1 /* $Id: win32wmdiclient.cpp,v 1.20 1999-12-29 22:54:03 cbratschi Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.21 2000-01-09 15:56:05 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    832832BOOL Win32MDIClientWindow::augmentFrameMenu(Win32MDIChildWindow *child)
    833833{
    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);
    835835  HBITMAP hSysMenuBitmap = 0;
    836836
Note: See TracChangeset for help on using the changeset viewer.