Changeset 1036 for trunk/src/user32/window.cpp
- Timestamp:
- Sep 25, 1999, 12:47:00 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r1014 r1036 1 /* $Id: window.cpp,v 1. 6 1999-09-23 10:33:59sandervl Exp $ */1 /* $Id: window.cpp,v 1.7 1999-09-24 22:45:28 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 68 68 cs.lpszClass = className; 69 69 cs.dwExStyle = exStyle; 70 dprintf(("CreateWindowExA: (%d,%d) (%d,%d), %x %x", x, y, width, height, style, exStyle));70 dprintf(("CreateWindowExA: parent %x (%d,%d) (%d,%d), %x %x", parent, x, y, width, height, style, exStyle)); 71 71 72 72 //TODO: According to the docs className can be a 16 bits atom
Note:
See TracChangeset
for help on using the changeset viewer.