/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

  1. diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c
  2. index 04a96cb..1036839 100644
  3. --- a/hw/xfree86/common/xf86Globals.c
  4. +++ b/hw/xfree86/common/xf86Globals.c
  5. @@ -105,7 +105,7 @@ xf86InfoRec xf86Info = {
  6. .lastEventTime = -1,
  7. .vtRequestsPending = FALSE,
  8. .dontVTSwitch = FALSE,
  9. - .dontZap = FALSE,
  10. + .dontZap = TRUE,
  11. .dontZoom = FALSE,
  12. .notrapSignals = FALSE,
  13. .caughtSignal = FALSE,