mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 14:52:13 +00:00
xfree86: fix AlwaysCore handling. (Bug #14256)
Assume AlwaysCore being set by default, just like the other options. X.Org Bug 14256 <http://bugs.freedesktop.org/show_bug.cgi?id=14256>
This commit is contained in:
@@ -115,7 +115,7 @@ _X_EXPORT void
|
||||
xf86ProcessCommonOptions(LocalDevicePtr local,
|
||||
pointer list)
|
||||
{
|
||||
if (xf86SetBoolOption(list, "AlwaysCore", 0) ||
|
||||
if (!xf86SetBoolOption(list, "AlwaysCore", 1) ||
|
||||
!xf86SetBoolOption(list, "SendCoreEvents", 1) ||
|
||||
!xf86SetBoolOption(list, "CorePointer", 1) ||
|
||||
!xf86SetBoolOption(list, "CoreKeyboard", 1)) {
|
||||
|
||||
Reference in New Issue
Block a user