]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- don't mess with dontZap it must be default OFF
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 May 2009 10:37:01 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-zap.patch -> 1.2

xorg-xserver-server-zap.patch

index a6afbcb32674fab622f8d82a54e2eb5f1b7d7255..f12f9032fb2dcd4d80dcb9e16ded0c406f05c8fa 100644 (file)
@@ -9,6 +9,16 @@
    { FLAG_DONTZOOM,            "DontZoom",                     OPTV_BOOLEAN,
        {0}, FALSE },
    { FLAG_DISABLEVIDMODE,      "DisableVidModeExtension",      OPTV_BOOLEAN,
+@@ -845,8 +845,7 @@
+     xf86GetOptValBool(FlagOptions, FLAG_NOTRAPSIGNALS, &xf86Info.notrapSignals);
+     xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch);
+-    if (!xf86GetOptValBool(FlagOptions, FLAG_DONTZAP, &xf86Info.dontZap))
+-        xf86Info.dontZap = !party_like_its_1989;
++    xf86GetOptValBool(FlagOptions, FLAG_DONTZAP, &xf86Info.dontZap);
+     xf86GetOptValBool(FlagOptions, FLAG_DONTZOOM, &xf86Info.dontZoom);
+     xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI);
 --- xorg-server-1.6.1/hw/xfree86/doc/man/xorg.conf.man.pre~    2009-04-14 19:14:57.000000000 +0200
 +++ xorg-server-1.6.1/hw/xfree86/doc/man/xorg.conf.man.pre     2009-04-22 16:42:55.000000000 +0200
 @@ -469,7 +469,7 @@
This page took 0.04924 seconds and 4 git commands to generate.