Changeset 5685 for trunk/src/user32/static.cpp
- Timestamp:
- May 11, 2001, 10:39:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/static.cpp
r5404 r5685 1 /* $Id: static.cpp,v 1.2 3 2001-03-30 11:14:36sandervl Exp $ */1 /* $Id: static.cpp,v 1.24 2001-05-11 08:39:44 sandervl Exp $ */ 2 2 /* 3 3 * Static control … … 413 413 DWORD dwStyle = GetWindowLongA(hwnd,GWL_STYLE); 414 414 LRESULT lResult; 415 416 #ifndef ODIN_HITTEST417 //SvL: If a static window has children, then we can't return HTTRANSPARENT418 // here. For some reason PM then sends all mouse messages to the parent419 // of the static window; even if they are intended for the children of420 // the static window.421 // TODO: This could break some win32 apps (parent not receiving mouse422 // message for static window (non-child) area)423 if(GetWindow(hwnd, GW_HWNDFIRST) != 0) {424 return HTCLIENT;425 }426 #endif427 415 428 416 if (dwStyle & SS_NOTIFY)
Note:
See TracChangeset
for help on using the changeset viewer.