Changeset 1516 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 30, 1999, 12:55:16 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r1513 r1516 1 /* $Id: window.cpp,v 1.2 7 1999-10-30 09:19:47sandervl Exp $ */1 /* $Id: window.cpp,v 1.28 1999-10-30 10:55:16 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 181 181 } 182 182 } 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)); 183 187 184 188 /* Create the window */
Note:
See TracChangeset
for help on using the changeset viewer.
