From 22ad71c0a64a6c94cefb3271b1771bd54d3f8491 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Tue, 9 Aug 2005 16:15:52 +0000 Subject: [PATCH] return timer id for windowed timers also svn path=/trunk/; revision=17245 --- reactos/subsys/win32k/ntuser/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/ntuser/timer.c b/reactos/subsys/win32k/ntuser/timer.c index 131366a6ea9..ebc8473aef4 100644 --- a/reactos/subsys/win32k/ntuser/timer.c +++ b/reactos/subsys/win32k/ntuser/timer.c @@ -101,7 +101,7 @@ IntSetTimer(HWND Wnd, UINT_PTR IDEvent, UINT Elapse, TIMERPROC TimerFunc, BOOL S return 0; } IntReleaseWindowObject(WindowObject); - Ret = 1; + Ret = IDEvent; } #if 1