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.cpp

    r340 r342  
    1 /* $Id: oslibgdi.cpp,v 1.3 1999-07-19 18:40:43 sandervl Exp $ */
     1/* $Id: oslibgdi.cpp,v 1.4 1999-07-20 07:42:35 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    5454    }
    5555    WinQueryWindowRect(hwndParent, (PRECTL)&rectParent);
    56     point->y = rectParent.yTop - point->y;
     56    point->y = rectParent.yTop - point->y - 1;
    5757    return TRUE;
    5858}
Note: See TracChangeset for help on using the changeset viewer.