Win32k Timers:
authorJames Tabor <james.tabor@reactos.org>
Wed, 6 Aug 2008 02:05:17 +0000 (02:05 +0000)
committerJames Tabor <james.tabor@reactos.org>
Wed, 6 Aug 2008 02:05:17 +0000 (02:05 +0000)
commit762c1e58de2a4080e4be6d444bd731d503c01055
treec691926d670dce6d47fce4a582547ed93f5d8157
parent79590b9458a753732e05c66b7cc406e604f7d7db
Win32k Timers:
- This is relative to bugs 3634 and 2393. Please leave additional information in bug report 2393.
- Timer code should not be associated with message queues, since theses types of queues are subject to being destroyed. This creates a problem of loosing timers.
- This is a first part of a rewrite of the timers. Moving the timers from the message queue to a linked list very similar to our DCE code. This will simplify timer handling too.

svn path=/trunk/; revision=35138
reactos/subsystems/win32/win32k/include/timer.h
reactos/subsystems/win32/win32k/ntuser/hook.c
reactos/subsystems/win32/win32k/ntuser/timer.c