Changeset 10275 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Oct 20, 2003, 7:17:23 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r10031 r10275 1 /* $Id: oslibwin.cpp,v 1.14 3 2003-04-23 18:00:58sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.144 2003-10-20 17:17:22 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 92 92 93 93 dprintf(("WinCreateWindow %x %s %x task %d shell %d classstyle %x winstyle %x bottom %d", hwndParent, pszName, id, fTaskList, fShellPosition, classStyle, dwWinStyle, fHWND_BOTTOM)); 94 dprintf(("WinCreateWindow parent %x, owner %x", hwndParent, Owner)); 94 95 95 96 //Must not use WS_CLIPCHILDREN style with frame window. Transparency won't work otherwise.
Note:
See TracChangeset
for help on using the changeset viewer.