Changeset 9463 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Dec 4, 2002, 4:23:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r9345 r9463 1 /* $Id: oslibwin.cpp,v 1.1 29 2002-10-15 09:18:10sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.130 2002-12-04 15:23:38 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 682 682 pwpos->hwndInsertAfter = hWinAfter; 683 683 pwpos->hwnd = hWindow; 684 685 dprintf2(("OSLibMapSWPtoWINDOWPOS %x (%d,%d)(%d,%d) -> %x (%d,%d)(%d,%d) parent height %d", pswp->fl, pswp->x, pswp->y, pswp->cx, pswp->cy, flags, x, y, cx, cy, parentHeight)); 684 686 } 685 687 //****************************************************************************** … … 762 764 pswp->ulReserved1 = 0; 763 765 pswp->ulReserved2 = 0; 766 767 dprintf2(("OSLibMapWINDOWPOStoSWP %x (%d,%d)(%d,%d) -> %x (%d,%d)(%d,%d) parent height %d", pwpos->flags, pwpos->x, pwpos->y, pwpos->cx, pwpos->cy, flags, x, y, cx, cy, parentHeight)); 764 768 } 765 769 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.