Changeset 5404 for trunk/src/user32/static.cpp
- Timestamp:
- Mar 30, 2001, 1:14:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/static.cpp
r5373 r5404 1 /* $Id: static.cpp,v 1.2 2 2001-03-25 08:50:42sandervl Exp $ */1 /* $Id: static.cpp,v 1.23 2001-03-30 11:14:36 sandervl Exp $ */ 2 2 /* 3 3 * Static control … … 414 414 LRESULT lResult; 415 415 416 #ifndef ODIN_HITTEST 416 417 //SvL: If a static window has children, then we can't return HTTRANSPARENT 417 418 // here. For some reason PM then sends all mouse messages to the parent … … 423 424 return HTCLIENT; 424 425 } 426 #endif 425 427 426 428 if (dwStyle & SS_NOTIFY) … … 656 658 hdc, hwnd ); 657 659 if (!hBrush) hBrush = GetStockObject(WHITE_BRUSH); 658 FillRect( hdc, &rc, hBrush ); 660 FillRect( hdc, &rc, hBrush ); 659 661 } 660 662 #else
Note:
See TracChangeset
for help on using the changeset viewer.