Ignore:
Timestamp:
Oct 20, 2003, 7:17:23 PM (22 years ago)
Author:
sandervl
Message:

PM windows should have no owner if none is specified. (instead of their parent)

File:
1 edited

Legend:

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

    r10031 r10275  
    1 /* $Id: oslibwin.cpp,v 1.143 2003-04-23 18:00:58 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.144 2003-10-20 17:17:22 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    9292
    9393    dprintf(("WinCreateWindow %x %s %x task %d shell %d classstyle %x winstyle %x bottom %d", hwndParent, pszName, id, fTaskList, fShellPosition, classStyle, dwWinStyle, fHWND_BOTTOM));
     94    dprintf(("WinCreateWindow parent %x, owner %x", hwndParent, Owner));
    9495
    9596    //Must not use WS_CLIPCHILDREN style with frame window. Transparency won't work otherwise.
Note: See TracChangeset for help on using the changeset viewer.