Ignore:
Timestamp:
Dec 29, 1999, 11:54:04 PM (26 years ago)
Author:
cbratschi
Message:

new mapping functions, fixed 1 pixel and window handle bugs

File:
1 edited

Legend:

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

    r2250 r2257  
    1 /* $Id: oslibmsg.cpp,v 1.18 1999-12-29 14:37:16 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.19 1999-12-29 22:54:00 cbratschi Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    348348   }
    349349   //convert to windows coordinates
    350    return MAKEULONG(ptl.x, ScreenHeight - ptl.y - 1);
     350   return MAKEULONG(ptl.x,mapScreenY(ptl.y));
    351351}
    352352//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.