Ignore:
Timestamp:
Mar 9, 2004, 11:06:15 AM (21 years ago)
Author:
sandervl
Message:

added stress test case for drawing; more logging

File:
1 edited

Legend:

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

    r10450 r10496  
    1 /* $Id: window.cpp,v 1.139 2004-02-11 15:37:39 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.140 2004-03-09 10:06:15 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    113113
    114114    if(HIWORD(className)) {
    115          dprintf(("CreateWindowExA: class %s parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, parent, x, y, width, height, style, exStyle, menu));
    116     }
    117     else dprintf(("CreateWindowExA: class %d parent %x (%d,%d) (%d,%d), %x %x menu=%x", className, parent, x, y, width, height, style, exStyle, menu));
     115         dprintf(("CreateWindowExA: window %s class %s parent %x (%d,%d) (%d,%d), %x %x menu=%x", windowName, className, parent, x, y, width, height, style, exStyle, menu));
     116    }
     117    else dprintf(("CreateWindowExA: window %s class %d parent %x (%d,%d) (%d,%d), %x %x menu=%x", windowName, className, parent, x, y, width, height, style, exStyle, menu));
    118118
    119119    if(!strcmpi(className, MDICLIENTCLASSNAMEA)) {
Note: See TracChangeset for help on using the changeset viewer.