Changeset 5374 for trunk/changelog
- Timestamp:
- Mar 25, 2001, 10:51:22 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5370 r5374 1 /* $Id: changelog,v 1.1318 2001-03-24 15:43:20 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1319 2001-03-25 08:51:22 sandervl Exp $ */ 2 3 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: o If a static window has children, then we can't return HTTRANSPARENT 5 for WM_NCHITTEST. For some reason PM then sends all mouse messages 6 to the parent of the static window; even if they are intended 7 for the children of the static window. 8 TODO: This could break some win32 apps (parent not receiving mouse 9 message for static window (non-child) area) 10 Rewrite NCHITTEST handling. (don't use PM) 11 (fixes Roger Wilco config window input) 12 o Call GlobalAddAtomA/W in RegisterWindowMessageA/W 13 (don't use Open32) 2 14 3 15 2001-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.