Changeset 8941 for trunk/src/user32/window.cpp
- Timestamp:
- Jul 30, 2002, 7:46:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r8940 r8941 1 /* $Id: window.cpp,v 1.12 6 2002-07-30 17:46:33achimha Exp $ */1 /* $Id: window.cpp,v 1.127 2002-07-30 17:46:58 achimha Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 196 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)); 197 197 #endif 198 // if the pointer to the classname string has the high word cleared, 199 // then it's not a pointer but a number for one of the builtin classes 198 200 if (!HIWORD(className)) 199 201 {
Note:
See TracChangeset
for help on using the changeset viewer.