/packages/x11/xserver/xorg-server/patches/xorg-server-1.11.2-22_do_not_zap_xserver.patch
http://github.com/OpenELEC/OpenELEC.tv · Patch · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 7454068dcb7747702aff4005d501ac70 MD5 · raw file
- diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c
- index 04a96cb..1036839 100644
- --- a/hw/xfree86/common/xf86Globals.c
- +++ b/hw/xfree86/common/xf86Globals.c
- @@ -105,7 +105,7 @@ xf86InfoRec xf86Info = {
- .lastEventTime = -1,
- .vtRequestsPending = FALSE,
- .dontVTSwitch = FALSE,
- - .dontZap = FALSE,
- + .dontZap = TRUE,
- .dontZoom = FALSE,
- .notrapSignals = FALSE,
- .caughtSignal = FALSE,