Changeset 332 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jul 18, 1999, 8:04:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r330 r332 1 /* $Id: oslibwin.cpp,v 1.1 4 1999-07-18 17:12:02sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.15 1999-07-18 18:04:29 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 372 372 //****************************************************************************** 373 373 //****************************************************************************** 374 HWND OSLibWinWindowFromPoint(HWND hwnd, PVOID ppoint) 375 { 376 return WinWindowFromPoint((hwnd == OSLIB_HWND_DESKTOP) ? HWND_DESKTOP : hwnd, (PPOINTL)ppoint, TRUE); 377 } 378 //****************************************************************************** 379 //****************************************************************************** 380 BOOL OSLibWinMinimizeWindow(HWND hwnd) 381 { 382 return WinSetWindowPos(hwnd, 0, 0, 0, 0, 0, SWP_MINIMIZE); 383 } 384 //****************************************************************************** 385 //****************************************************************************** 386
Note:
See TracChangeset
for help on using the changeset viewer.