Changeset 5950 for trunk/src/user32/icontitle.cpp
- Timestamp:
- Jun 10, 2001, 11:19:58 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/icontitle.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/icontitle.cpp
r5935 r5950 1 /* $Id: icontitle.cpp,v 1. 7 2001-06-09 14:50:17 sandervl Exp $ */1 /* $Id: icontitle.cpp,v 1.8 2001-06-10 09:19:57 sandervl Exp $ */ 2 2 /* 3 3 * Icontitle window class. … … 57 57 { 58 58 win32wnd->setOwner(parent); /* MDI depends on this */ 59 //No RELEASE_WNDOBJ necessary. Done in dtor of window 59 60 win32wnd->setStyle(win32wnd->getStyle() & ~(WS_CAPTION | WS_BORDER)); 60 61 if (parent->getStyle() & WS_DISABLED ) win32wnd->setStyle(win32wnd->getStyle() | WS_DISABLED); 61 RELEASE_WNDOBJ(win32wnd);62 62 return hWnd; 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
