mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix resulution setting
svn path=/trunk/; revision=6174
This commit is contained in:
parent
9a74edf2a1
commit
5b44561405
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ BOOLEAN mouse_init (PDEVICE_OBJECT DeviceObject)
|
|||
|
||||
DeviceExtension->psmouse_noext = 0; // Set this to 1 if you don't want to detect enhanced mice
|
||||
DeviceExtension->psmouse_smartscroll = PSMOUSE_LOGITECH_SMARTSCROLL;
|
||||
DeviceExtension->Resolution = 600; // Set this to the resolution of the mouse
|
||||
DeviceExtension->Resolution = 400; // Set this to the resolution of the mouse
|
||||
|
||||
DeviceExtension->InputDataCount[0] = 0;
|
||||
DeviceExtension->InputDataCount[1] = 0;
|
||||
|
|
Loading…
Reference in a new issue