Converted the timer list to use standard list functions.
commitff986a5a939961b44db9c9e83ef878cc79a7b5c0
authorAlexandre Julliard <julliard@winehq.org>
Mon, 29 Nov 2004 18:08:18 +0000 (29 18:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Nov 2004 18:08:18 +0000 (29 18:08 +0000)
tree3bfe209b3f01612e8f0089390cdff288f7e3b991
parent5c2a891c43ef713beede5c9c6a861f2ed0efed6a
Converted the timer list to use standard list functions.
Allocate a timer id when the window is 0 instead of relying on the
client to do it.
Allow setting timers on windows belonging to other threads (found by
Mike McCormack).
include/wine/server_protocol.h
server/protocol.def
server/queue.c
server/trace.c