xfree86: fix XI86_SHARED_POINTER flag setting

This commit is contained in:
Peter Hutterer 2007-01-08 17:31:16 +10:30 committed by Peter Hutterer
parent 95e1a88050
commit a7ab793293
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ Files:
Xi/chdevcur.h
Xi/Makefile.am
____________________________________________________________
xfree86: fix XI86_SHARED_POINTER flag setting
File:
hw/xfree86/common/xf86Xinput.c
== 20.12.06 ==
xfree86: Changing "IsMPDevice" to "SharedPointer" option. Devices will default

View File

@ -134,7 +134,7 @@ xf86ProcessCommonOptions(LocalDevicePtr local,
}
if (xf86SetBoolOption(list, "SharedPointer", 0)) {
local->flags &= ~XI86_SHARED_POINTER;
local->flags |= XI86_SHARED_POINTER;
xf86Msg(X_CONFIG, "%s: is shared device\n", local->name);
}