Ignore:
Timestamp:
Jul 20, 1999, 9:42:36 AM (26 years ago)
Author:
sandervl
Message:

Accelerator support (not working) + bugfixes

File:
1 edited

Legend:

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

    r340 r342  
    1 /* $Id: oslibgdi.h,v 1.2 1999-07-19 18:40:43 sandervl Exp $ */
     1/* $Id: oslibgdi.h,v 1.3 1999-07-20 07:42:35 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    4343inline ULONG MapOS2ToWin32Y(Win32Window *window, ULONG y)
    4444{
    45     return window->getWindowHeight() - y;
     45    return window->getWindowHeight() - y - 1;
    4646}
    4747
Note: See TracChangeset for help on using the changeset viewer.