Changeset 1263 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Oct 12, 1999, 10:16:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1261 r1263 1 /* $Id: oslibwin.cpp,v 1.2 4 1999-10-12 18:51:38sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.25 1999-10-12 20:16:23 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 625 625 y = pswpOld->y; 626 626 627 //SvL: TEST 628 #if 0 627 629 if (!((y == 0) && (pswpOld->cy == 0))) 628 630 { 629 631 y = parentHeight - y - pswpOld->cy; 630 632 } 631 else y = parentHeight - y - cy; 633 #endif 632 634 } 633 else y = parentHeight - y - cy;634 635 635 636 if (flags & SWP_SIZE) … … 643 644 cy = pswpOld->cy; 644 645 } 646 y = parentHeight - y - cy; 647 645 648 646 649 if ((pswpOld->x == x) && (pswpOld->y == y))
Note:
See TracChangeset
for help on using the changeset viewer.