Ignore:
Timestamp:
Oct 28, 2001, 4:24:16 PM (24 years ago)
Author:
sandervl
Message:

customization updates

File:
1 edited

Legend:

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

    r7183 r7248  
    1 /* $Id: window.cpp,v 1.112 2001-10-24 10:26:46 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.113 2001-10-28 15:24:16 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    192192#ifdef DEBUG
    193193    if(HIWORD(className)) {
    194          dprintf(("CreateWindowExW: class %ls name %ls parent %x (%d,%d) (%d,%d), %x %x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle));
    195     }
    196     else dprintf(("CreateWindowExW: class %d name %ls parent %x (%d,%d) (%d,%d), %x %x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle));
     194         dprintf(("CreateWindowExW: class %ls name %ls parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle, menu));
     195    }
     196    else dprintf(("CreateWindowExW: class %d name %ls parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, HIWORD(windowName) ? windowName : NULL, parent, x, y, width, height, style, exStyle, menu));
    197197#endif
    198198    if (!HIWORD(className))
Note: See TracChangeset for help on using the changeset viewer.