Ignore:
Timestamp:
Nov 8, 1999, 2:44:41 PM (26 years ago)
Author:
sandervl
Message:

Dinput additions + PostThreadMessageA/W fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r1593 r1629  
    1 /* $Id: user32.cpp,v 1.50 1999-11-04 18:35:42 phaller Exp $ */
     1/* $Id: user32.cpp,v 1.51 1999-11-08 13:44:14 sandervl Exp $ */
    22
    33/*
     
    3333#include <winicon.h>
    3434#include "syscolor.h"
     35#include "pmwindow.h"
    3536
    3637#include <wchar.h>
     
    817818        rc = 0;
    818819        break;
     820    case SM_CXSCREEN:
     821
     822        return ScreenWidth;
     823    case SM_CYSCREEN:
     824        return ScreenHeight;
     825
    819826    case SM_CXVIRTUALSCREEN:
    820827        rc = OSLibWinQuerySysValue(OSLIB_HWND_DESKTOP,SVOS_CXSCREEN);
Note: See TracChangeset for help on using the changeset viewer.