Ignore:
Timestamp:
Jul 26, 1999, 11:01:34 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wnd.h

    r392 r397  
    1 /* $Id: win32wnd.h,v 1.19 1999-07-25 15:51:56 sandervl Exp $ */
     1/* $Id: win32wnd.h,v 1.20 1999-07-26 09:01:34 sandervl Exp $ */
    22/*
    33 * Win32 Window Code for OS/2
     
    9696         ULONG  getWindowHeight()               { return rectClient.bottom - rectClient.top; };
    9797         BOOL   isChild();
     98         PRECT  getClientRect()                 { return &rectClient; };
     99         PRECT  getWindowRect()                 { return &rectWindow; };
    98100
    99101         DWORD  getFlags()                      { return flags; };
Note: See TracChangeset for help on using the changeset viewer.