[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 debian/patches/200_randr-null.patch |   13 -------------
 debian/patches/series               |    1 -
 2 files changed, 14 deletions(-)

New commits:
commit 00113b4398ea14398dd143ba019cc36490c88c5f
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Mon Aug 20 14:07:12 2012 +0200

    Remove 200_randr-null.patch
    
    Changing 0 to NULL is not worth keeping...

diff --git a/debian/patches/200_randr-null.patch b/debian/patches/200_randr-null.patch
deleted file mode 100644
index a08197f..0000000
--- a/debian/patches/200_randr-null.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/randr/randr.c b/randr/randr.c
-index 9f3df5f..52443b5 100644
---- a/randr/randr.c
-+++ b/randr/randr.c
-@@ -233,7 +233,7 @@ RRScreenInit(ScreenPtr pScreen)
-     /*
-      * Calling function best set these function vectors
-      */
--    pScrPriv->rrGetInfo = 0;
-+    pScrPriv->rrGetInfo = NULL;
-     pScrPriv->maxWidth = pScrPriv->minWidth = pScreen->width;
-     pScrPriv->maxHeight = pScrPriv->minHeight = pScreen->height;
- 
diff --git a/debian/patches/series b/debian/patches/series
index d2685cd..6cb788a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,7 +16,6 @@
 188_default_primary_to_first_busid.patch
 190_cache-xkbcomp_output_for_fast_start_up.patch
 191-Xorg-add-an-extra-module-path.patch
-200_randr-null.patch
 208_switch_on_release.diff
 226_fall_back_to_autoconfiguration.patch
 227_null_ptr_midispcur.patch


Reply to: