Ignore:
Timestamp:
Dec 4, 2002, 4:23:41 PM (23 years ago)
Author:
sandervl
Message:

extra logging + support for postponed ddraw resize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r9345 r9463  
    1 /* $Id: oslibwin.cpp,v 1.129 2002-10-15 09:18:10 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.130 2002-12-04 15:23:38 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    682682    pwpos->hwndInsertAfter  = hWinAfter;
    683683    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));
    684686}
    685687//******************************************************************************
     
    762764   pswp->ulReserved1      = 0;
    763765   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));
    764768}
    765769//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.