Changeset 1629 for trunk/src/user32/user32.cpp
- Timestamp:
- Nov 8, 1999, 2:44:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r1593 r1629 1 /* $Id: user32.cpp,v 1.5 0 1999-11-04 18:35:42 phallerExp $ */1 /* $Id: user32.cpp,v 1.51 1999-11-08 13:44:14 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <winicon.h> 34 34 #include "syscolor.h" 35 #include "pmwindow.h" 35 36 36 37 #include <wchar.h> … … 817 818 rc = 0; 818 819 break; 820 case SM_CXSCREEN: 821 822 return ScreenWidth; 823 case SM_CYSCREEN: 824 return ScreenHeight; 825 819 826 case SM_CXVIRTUALSCREEN: 820 827 rc = OSLibWinQuerySysValue(OSLIB_HWND_DESKTOP,SVOS_CXSCREEN);
Note:
See TracChangeset
for help on using the changeset viewer.