Changeset 10496 for trunk/src/user32/window.cpp
- Timestamp:
- Mar 9, 2004, 11:06:15 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r10450 r10496 1 /* $Id: window.cpp,v 1.1 39 2004-02-11 15:37:39sandervl Exp $ */1 /* $Id: window.cpp,v 1.140 2004-03-09 10:06:15 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 113 113 114 114 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)); 118 118 119 119 if(!strcmpi(className, MDICLIENTCLASSNAMEA)) {
Note:
See TracChangeset
for help on using the changeset viewer.