Changeset 9943 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Mar 27, 2003, 12:02:27 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9866 r9943 1 /* $Id: oslibwin.cpp,v 1.14 0 2003-02-27 14:22:42sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.141 2003-03-27 11:02:26 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 1329 1329 //****************************************************************************** 1330 1330 //****************************************************************************** 1331 void OSLibWinLockVisibleRegions(BOOL fLock) 1332 { 1333 WinLockVisRegions(HWND_DESKTOP, fLock); 1334 } 1335 //****************************************************************************** 1336 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.