return timer id for windowed timers also
Modified: trunk/reactos/subsys/win32k/ntuser/timer.c
--- trunk/reactos/subsys/win32k/ntuser/timer.c 2005-08-09 16:13:50 UTC (rev 17244) +++ trunk/reactos/subsys/win32k/ntuser/timer.c 2005-08-09 16:15:52 UTC (rev 17245) @@ -101,7 +101,7 @@
return 0; } IntReleaseWindowObject(WindowObject);
- Ret = 1;
+ Ret = IDEvent;
} #if 1