Changeset 2292 for trunk/src/user32/new/dc.cpp
- Timestamp:
- Jan 2, 2000, 8:30:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/dc.cpp
r2290 r2292 1 /* $Id: dc.cpp,v 1. 6 2000-01-01 14:57:10cbratschi Exp $ */1 /* $Id: dc.cpp,v 1.7 2000-01-02 19:30:42 cbratschi Exp $ */ 2 2 3 3 /* … … 1243 1243 } 1244 1244 dprintf(("ScrollWindow %x %d %d %x %x", hwnd, dx, dy, pScroll, pClip)); 1245 mapWin32ToOS2Rect(window,window->getClientRect (),(PRECTLOS2)&clientRect);1245 mapWin32ToOS2Rect(window,window->getClientRectPtr(),(PRECTLOS2)&clientRect); 1246 1246 //Rectangle could be relative to parent window, so fix this 1247 1247 if(clientRect.yBottom != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.