Ignore:
Timestamp:
Jan 20, 2002, 4:26:21 PM (24 years ago)
Author:
sandervl
Message:

VP: fix for position of fake window

File:
1 edited

Legend:

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

    r7765 r7780  
    1 /* $Id: oslibwin.h,v 1.63 2002-01-12 14:09:31 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.64 2002-01-20 15:26:21 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    238238#define RELATIVE_TO_SCREEN 1
    239239BOOL  OSLibWinQueryWindowRect(Win32BaseWindow *window, PRECT pRect, int RelativeTo = RELATIVE_TO_WINDOW);
     240BOOL  OSLibQueryWindowRectAbsolute (HWND hwndOS2, PRECT pRect);
    240241ULONG OSLibGetWindowHeight(HWND hwnd); //for point transformation
    241242
Note: See TracChangeset for help on using the changeset viewer.