Subject: winex/dlls/dinput/joystick main.c,1.12,1.13Update of /var/lib/cvsd/cvsroot/winex/dlls/dinput/joystick
In directory agravaine:/tmp/cvs-serv28389/dlls/dinput/joystick
Modified Files:
main.c
Log Message:
- Adding support to read the "AbsoluteMouseSensitivity" option from a config file. The default value is 1, so in any cases where this option isn't tweaked, its influence will have no effect on the mouse behaviour.
- Fixing an if-statement in the joystick/main.c file.
Index: main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/dinput/joystick/main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- main.c 15 Nov 2004 15:38:16 -0000 1.12
+++ main.c 30 Mar 2007 22:06:10 -0000 1.13
@@ -167,7 +167,7 @@
}
}
- if (get_config_key( hkey, appkey, "DefaultDeadZone", buffer, sizeof(buffer) ))
+ if (!get_config_key( hkey, appkey, "DefaultDeadZone", buffer, sizeof(buffer) ))
{
int configDeadZone = atoi( buffer );
if ((configDeadZone >= 0) && (configDeadZone <= 10000))
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.