debian/patches/i8xx-shadow.diff | 2 +- debian/patches/shadow-no-dri2.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit a4e5ae6ba5724c4b14dca3fe5164c5de19ff2640 Author: Julien Cristau <jcris...@debian.org> Date: Mon Sep 20 19:35:23 2010 +0200 Fix stupid typo diff --git a/debian/patches/i8xx-shadow.diff b/debian/patches/i8xx-shadow.diff index 74788db..c152a79 100644 --- a/debian/patches/i8xx-shadow.diff +++ b/debian/patches/i8xx-shadow.diff @@ -29,4 +29,4 @@ Index: xserver-xorg-video-intel/src/intel_driver.c + xf86IsOptionSet(intel->Options, OPTION_SHADOW) ? X_CONFIG : X_DEFAULT, "Shadow buffer enabled," " GPU acceleration disabled.\n"); - intel->directRenderingType == DRI_DISABLED; + intel->directRenderingType = DRI_DISABLED; diff --git a/debian/patches/shadow-no-dri2.diff b/debian/patches/shadow-no-dri2.diff index f135106..ba8a4d6 100644 --- a/debian/patches/shadow-no-dri2.diff +++ b/debian/patches/shadow-no-dri2.diff @@ -19,7 +19,7 @@ Index: xserver-xorg-video-intel/src/intel_driver.c xf86DrvMsg(scrn->scrnIndex, X_CONFIG, "Shadow buffer enabled," " GPU acceleration disabled.\n"); -+ intel->directRenderingType == DRI_DISABLED; ++ intel->directRenderingType = DRI_DISABLED; } +#ifdef DRI2 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1oxklg-0006m7...@alioth.debian.org