Changeset 2257 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Dec 29, 1999, 11:54:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r2250 r2257 1 /* $Id: oslibmsg.cpp,v 1.1 8 1999-12-29 14:37:16 sandervlExp $ */1 /* $Id: oslibmsg.cpp,v 1.19 1999-12-29 22:54:00 cbratschi Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 348 348 } 349 349 //convert to windows coordinates 350 return MAKEULONG(ptl.x, ScreenHeight - ptl.y - 1);350 return MAKEULONG(ptl.x,mapScreenY(ptl.y)); 351 351 } 352 352 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.