Changeset 5935 for trunk/src/user32/icontitle.cpp
- Timestamp:
- Jun 9, 2001, 4:50:26 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/icontitle.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/icontitle.cpp
r5496 r5935 1 /* $Id: icontitle.cpp,v 1. 6 2001-04-12 14:04:32sandervl Exp $ */1 /* $Id: icontitle.cpp,v 1.7 2001-06-09 14:50:17 sandervl Exp $ */ 2 2 /* 3 3 * Icontitle window class. … … 52 52 WS_CLIPSIBLINGS, 0, 0, 1, 1, 53 53 parent->getWindowHandle(),0,parent->getInstance(), NULL ); 54 54 55 win32wnd = Win32BaseWindow::GetWindowFromHandle(hWnd); 55 56 if (win32wnd) … … 58 59 win32wnd->setStyle(win32wnd->getStyle() & ~(WS_CAPTION | WS_BORDER)); 59 60 if (parent->getStyle() & WS_DISABLED ) win32wnd->setStyle(win32wnd->getStyle() | WS_DISABLED); 61 RELEASE_WNDOBJ(win32wnd); 60 62 return hWnd; 61 63 } … … 245 247 } 246 248 } 247 248 249 retvalue = DefWindowProcA( hWnd, msg, wParam, lParam ); 249 250 END: 251 if(wnd) RELEASE_WNDOBJ(wnd); 250 252 return retvalue; 251 253 }
Note:
See TracChangeset
for help on using the changeset viewer.
