Changeset 5191 for trunk/src/user32/oslibwin.h
- Timestamp:
- Feb 19, 2001, 2:13:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r4551 r5191 1 /* $Id: oslibwin.h,v 1.4 8 2000-11-04 16:28:26sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.49 2001-02-19 13:13:04 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 292 292 BOOL OSLibWinChangeTaskList(HANDLE hTaskList, HWND hwndFrame, char *title, BOOL fVisible); 293 293 294 inline ULONG GetScreenHeight() 295 { 296 return ScreenHeight; 297 } 298 299 inline ULONG GetScreenWidth() 300 { 301 return ScreenWidth; 302 } 303 294 304 ULONG OSLibGetScreenHeight(); 295 305 ULONG OSLibGetScreenWidth();
Note:
See TracChangeset
for help on using the changeset viewer.