Ignore:
Timestamp:
Feb 19, 2001, 2:13:04 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.h

    r4551 r5191  
    1 /* $Id: oslibwin.h,v 1.48 2000-11-04 16:28:26 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.49 2001-02-19 13:13:04 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    292292BOOL   OSLibWinChangeTaskList(HANDLE hTaskList, HWND hwndFrame, char *title, BOOL fVisible);
    293293
     294inline ULONG GetScreenHeight()
     295{
     296  return ScreenHeight;
     297}
     298
     299inline ULONG GetScreenWidth()
     300{
     301  return ScreenWidth;
     302}
     303
    294304ULONG OSLibGetScreenHeight();
    295305ULONG OSLibGetScreenWidth();
Note: See TracChangeset for help on using the changeset viewer.