Ignore:
Timestamp:
Jan 16, 2000, 7:17:13 PM (26 years ago)
Author:
cbratschi
Message:

menu and frame changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.cpp

    r2444 r2458  
    1 /* $Id: oslibwin.cpp,v 1.38 2000-01-15 14:18:16 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.39 2000-01-16 18:17:11 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    996996void OSLibWinShowTaskList(HWND hwndFrame)
    997997{
    998   WinPostMsg(NULLHANDLE, WM_SYSCOMMAND, (MPARAM)SC_TASKMANAGER, MPFROM2SHORT(CMDSRC_MENU, TRUE));
    999 }
    1000 //******************************************************************************
    1001 //******************************************************************************
     998  //CB: don't know if this works on all machines
     999  WinSetActiveWindow(HWND_DESKTOP,0x8000000E);
     1000}
     1001//******************************************************************************
     1002//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.