Ignore:
Timestamp:
Jan 9, 2000, 6:57:50 PM (26 years ago)
Author:
sandervl
Message:

System menu commands now work

File:
1 edited

Legend:

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

    r2378 r2391  
    1 /* $Id: oslibmenu.cpp,v 1.7 2000-01-08 16:53:38 sandervl Exp $ */
     1/* $Id: oslibmenu.cpp,v 1.8 2000-01-09 17:57:46 sandervl Exp $ */
    22/*
    33 * Window Menu wrapper functions for OS/2
     
    110110//******************************************************************************
    111111//******************************************************************************
     112void OSLibWinSetSystemMenu(HWND hMenu)
     113{
     114   WinSetWindowUShort(hMenu, QWS_ID, FID_SYSMENU);
     115}
     116//******************************************************************************
     117//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.