Ignore:
Timestamp:
Oct 30, 1999, 12:55:16 PM (26 years ago)
Author:
sandervl
Message:

MapDialogRect fix

File:
1 edited

Legend:

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

    r1513 r1516  
    1 /* $Id: window.cpp,v 1.27 1999-10-30 09:19:47 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.28 1999-10-30 10:55:16 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    181181        }
    182182    }
     183    if(HIWORD(className)) {
     184         dprintf(("CreateWindowExW: class %s parent %x (%d,%d) (%d,%d), %x %x", className, parent, x, y, width, height, style, exStyle));
     185    }
     186    else dprintf(("CreateWindowExW: class %d parent %x (%d,%d) (%d,%d), %x %x", className, parent, x, y, width, height, style, exStyle));
    183187
    184188    /* Create the window */
Note: See TracChangeset for help on using the changeset viewer.