Changeset 22097 for branches/swt/src/user32/window.cpp
- Timestamp:
- May 14, 2015, 9:55:51 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/src/user32/window.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/src/user32/window.cpp
r21953 r22097 75 75 CREATESTRUCTA cs; 76 76 char tmpClass[20]; 77 77 __con_debug(2,"CreateWindowExA(width=%d,height=%d)\n",width,height); 78 78 if(exStyle & WS_EX_MDICHILD) 79 79 return CreateMDIWindowA(className, windowName, style, x, y, width, height, parent, instance, (LPARAM)data);
Note:
See TracChangeset
for help on using the changeset viewer.
