Changeset 3705 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Jun 14, 2000, 3:17:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3662 r3705 1 /* $Id: oslibwin.cpp,v 1. 79 2000-06-07 14:51:26sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.80 2000-06-14 13:15:24 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 812 812 //****************************************************************************** 813 813 //****************************************************************************** 814 ULONG OSLibGetScreenHeight() 815 { 816 return ScreenHeight; 817 } 818 //****************************************************************************** 819 //****************************************************************************** 820 ULONG OSLibGetScreenWidth() 821 { 822 return ScreenWidth; 823 } 824 //****************************************************************************** 825 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.