Changes for Screen saver And implement
authorMagnus Olsen <magnus@greatlord.com>
Mon, 10 Jul 2006 00:26:56 +0000 (00:26 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Mon, 10 Jul 2006 00:26:56 +0000 (00:26 +0000)
commit52c172d21e2c55e3f1d917869be0800d3e395c1d
tree9728a34bf0ba70419da651f05a7612b8f4cbac7f
parentf89c0df58806eab711a4bc9dee0f7e733a3f8c62
Changes for Screen saver And implement
1. Time value can be changes use SPI_SETSCREENSAVETIMEOUT to set the new value, current insate value are set to 30sec
2. SPI_GETSCREENSAVETIMEOUT Get the screen saver timeout value.
3. Dectect if screen saver is running with SPI_GETSCREENSAVERRUNNING
4. Set the state of screen saver with  SPI_SETSCREENSAVERRUNNING <- this is internal api see msdn

Implement for mouse
1. SPI_GETWHEELSCROLLLINES I am but unsure if win32k need more changes it seam like it is only a counter that should be set/get a value and user apps take care of the rest. Implement it for jimtabor did request it.
2. SPI_GETWHEELSCROLLCHARS  I am but unsure if win32k need more changes it seam like it is only a counter that should be set/get a value and user apps take care of the rest.

svn path=/trunk/; revision=22985
reactos/subsystems/win32/win32k/include/cursoricon.h
reactos/subsystems/win32/win32k/include/winsta.h
reactos/subsystems/win32/win32k/ntuser/input.c
reactos/subsystems/win32/win32k/ntuser/misc.c
reactos/subsystems/win32/win32k/ntuser/winsta.c