Ignore:
Timestamp:
Sep 26, 1999, 12:10:02 PM (26 years ago)
Author:
sandervl
Message:

Scrollbar changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibgdi.cpp

    r949 r1057  
    1 /* $Id: oslibgdi.cpp,v 1.1 1999-09-15 23:18:53 sandervl Exp $ */
     1/* $Id: oslibgdi.cpp,v 1.2 1999-09-26 10:09:59 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    127127BOOL MapWin32ToOS2Rectl(PRECT rectWin32, PRECTLOS2 rectOS2)
    128128{
    129  ULONG length = rectWin32->top - rectWin32->bottom;
     129 ULONG length = rectWin32->bottom - rectWin32->top;
    130130
    131131    rectOS2->yBottom = length - rectWin32->bottom;
Note: See TracChangeset for help on using the changeset viewer.