reactos/reactos
Magnus Olsen 52c172d21e 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
2006-07-10 00:26:56 +00:00
..
base modified rdesktop/channels.c 2006-07-09 23:57:54 +00:00
boot Install dejavu font on livecd and bootcd and 2006-07-08 20:49:55 +00:00
dll Re-apply fixes to CPL accidentally reverted by Magnus's reverting commit 2006-07-09 21:10:40 +00:00
drivers Add two simple tests for IoRegisterDeviceInterface() explaining which fields IoRegisterDeviceInterface() checks for mandatory presence (WDK is not clear about this) 2006-07-09 21:39:49 +00:00
hal Mikhail Zvyozdochkin: Fix compiling on linux (adding proper include path for halxbox) 2006-07-02 21:59:04 +00:00
include adding #define SPI_GETWHEELSCROLLCHARS thanks alex for the value 2006-07-10 00:11:12 +00:00
lib forget this file sorry 2006-07-03 21:40:20 +00:00
media commit import Dejavu font to ReactOS, we need keep bitstream font for Console apps for it is hard code there and there, for console apps, example let cmd working without regress. Now we need change the reactos reg and to the packages.diff. 2006-07-08 20:05:44 +00:00
modules
ntoskrnl First argument doesn't need to be a physical device object, it only needs to be in a PDO driver stack. 2006-07-09 22:08:24 +00:00
regtests update ROS code to call new tests 2006-07-04 21:05:16 +00:00
subsystems Changes for Screen saver And implement 2006-07-10 00:26:56 +00:00
tools reverting : revison 22930 to 22932, 22938 to 22940, 22943, 22945, 22950, 22953 to 22954, 22959 to 22961, 22965 2006-07-09 16:25:25 +00:00
apistatus.lst
baseaddress.rbuild
config-ppc.template.rbuild
config.template.rbuild
COPYING
CREDITS
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-ppc.rbuild
ReactOS.rbuild
README

========================
ReactOS Version 0.2.x
Updated June 23rd, 2004
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows NT 4.0
compatibility, is always keeping an eye toward compatibility with
future Windows NT releases, that is, Windows 2000 (NT 5.0) and
Windows XP (NT 5.1).

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file