mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 12:19:10 +00:00
xfree86: fix xf86ProcessCommonOptions() core and shared pointer assignment
TAG: mpx-0.3.0
This commit is contained in:
committed by
Peter Hutterer
parent
056c919d84
commit
9fd2f167ec
@@ -38,6 +38,15 @@ Files:
|
||||
include/mpxevents.h
|
||||
include/mpxextinit.h
|
||||
|
||||
____________________________________________________________
|
||||
xfree86: fix xf86ProcessCommonOptions() core and shared pointer assignment
|
||||
|
||||
Files:
|
||||
hw/xfree86/common/xf86Xinput.c
|
||||
|
||||
TAG: mpx-0.3.0
|
||||
|
||||
|
||||
== 18.12.06 ==
|
||||
mi: removing MPX ifdefs
|
||||
global sprite renaming in mipointer and misprite
|
||||
|
||||
@@ -124,11 +124,12 @@ _X_EXPORT void
|
||||
xf86ProcessCommonOptions(LocalDevicePtr local,
|
||||
pointer list)
|
||||
{
|
||||
if (!xf86SetBoolOption(list, "AlwaysCore", 0) ||
|
||||
if (xf86SetBoolOption(list, "AlwaysCore", 0) ||
|
||||
xf86SetBoolOption(list, "SendCoreEvents", 0) ||
|
||||
xf86SetBoolOption(list, "CorePointer", 0) ||
|
||||
xf86SetBoolOption(list, "CoreKeyboard", 0)) {
|
||||
local->flags |= XI86_ALWAYS_CORE;
|
||||
local->flags |= XI86_SHARED_POINTER;
|
||||
xf86Msg(X_CONFIG, "%s: always reports core events\n", local->name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user