Changeset 1336 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 17, 1999, 5:46:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r1333 r1336 1 /* $Id: pmwindow.cpp,v 1.3 3 1999-10-17 12:17:44 cbratschiExp $ */1 /* $Id: pmwindow.cpp,v 1.34 1999-10-17 15:46:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 325 325 } 326 326 point.y = OSLibQueryScreenHeight() - point.y - swpFrame.cy; 327 327 328 win32wnd->setWindowRect(point.x, point.y, point.x+swpFrame.cx, point.y+swpFrame.cy); 328 329 win32wnd->setClientRect(pswpo->x, pswpo->y, pswpo->x + pswpo->cx, pswpo->y + pswpo->cy);
Note:
See TracChangeset
for help on using the changeset viewer.