Changeset 10105 for trunk/changelog
- Timestamp:
- May 16, 2003, 12:59:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r10103 r10105 1 /* $Id: changelog,v 1.258 1 2003-05-16 09:25:41sandervl Exp $ */1 /* $Id: changelog,v 1.2582 2003-05-16 10:59:43 sandervl Exp $ */ 2 2 3 3 2003-05-16: Sander van Leeuwen <sandervl@innotek > 4 4 - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores 5 5 in the timer code. 6 o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W. 7 We previously called timer handlers when we received WM_TIMER 8 from PM. That's not correct. These messages must be returned 9 by Get/PeekMessage. The handler will not be called if the 10 timer message is not dispatched. (verified in NT4) 6 11 7 12 2003-05-16: Platon Fomichev <stauff@innotek >
Note:
See TracChangeset
for help on using the changeset viewer.