Ignore:
Timestamp:
Jul 19, 1999, 8:40:44 PM (26 years ago)
Author:
sandervl
Message:

Point/Rectangle bug fixes

File:
1 edited

Legend:

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

    r338 r340  
    1 /* $Id: win32wnd.h,v 1.14 1999-07-19 13:58:39 sandervl Exp $ */
     1/* $Id: win32wnd.h,v 1.15 1999-07-19 18:40:44 sandervl Exp $ */
    22/*
    33 * Win32 Window Code for OS/2
     
    8686        DWORD   getWindowId()                   { return windowId; };
    8787         void   setWindowId(DWORD id)           { windowId = id; };
     88         ULONG  getWindowHeight()               { return rectClient.bottom - rectClient.top; };
    8889
    8990         DWORD  getFlags()                      { return flags; };
Note: See TracChangeset for help on using the changeset viewer.