Changeset 19401
- Timestamp:
- Jul 11, 2002, 8:14:20 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/user32/oslibwin.cpp ¶
r19065 r19401 1 /* $Id: oslibwin.cpp,v 1.12 1 2002-05-29 09:56:43 sandervlExp $ */1 /* $Id: oslibwin.cpp,v 1.122 2002-07-11 18:14:20 achimha Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 955 955 void OSLibWinShowTaskList(HWND hwndFrame) 956 956 { 957 //CB: don't know if this works on all machines 958 WinSetActiveWindow(HWND_DESKTOP,0x8000000E); 957 SWBLOCK swblk; 958 // the first entry returned is always the window list itself 959 if (WinQuerySwitchList(0, &swblk, sizeof(SWBLOCK)) > 0) 960 WinSetActiveWindow(HWND_DESKTOP, swblk.aswentry[0].swctl.hwnd); 959 961 } 960 962 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.