Ignore:
Timestamp:
Jun 14, 2000, 3:17:51 PM (25 years ago)
Author:
sandervl
Message:

region changes

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:26 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.80 2000-06-14 13:15:24 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    812812//******************************************************************************
    813813//******************************************************************************
     814ULONG OSLibGetScreenHeight()
     815{
     816  return ScreenHeight;
     817}
     818//******************************************************************************
     819//******************************************************************************
     820ULONG OSLibGetScreenWidth()
     821{
     822  return ScreenWidth;
     823}
     824//******************************************************************************
     825//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.