From fae929750bd0f32c7d279f6d83794dfb955dae50 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Jul 2010 01:49:03 +0200 Subject: [PATCH] xrandr: update to xrandr-1.3.3 Signed-off-by: Stephan Raue --- .../patches/10_reassing-symbol-clone.diff | 42 ------------------- packages/x11/app/xrandr/url | 2 +- 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 packages/x11/app/xrandr/patches/10_reassing-symbol-clone.diff diff --git a/packages/x11/app/xrandr/patches/10_reassing-symbol-clone.diff b/packages/x11/app/xrandr/patches/10_reassing-symbol-clone.diff deleted file mode 100644 index 6606149b38..0000000000 --- a/packages/x11/app/xrandr/patches/10_reassing-symbol-clone.diff +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur xrandr-1.2.3.orig/xrandr.c xrandr-1.2.3/xrandr.c ---- xrandr-1.2.3.orig/xrandr.c 2008-04-12 15:57:23.000000000 +0200 -+++ xrandr-1.2.3/xrandr.c 2008-04-12 15:57:32.000000000 +0200 -@@ -189,7 +189,7 @@ - - #if HAS_RANDR_1_2 - typedef enum _policy { -- clone, extend -+ cloned, extend - } policy_t; - - typedef enum _relation { -@@ -1622,7 +1622,7 @@ - int ret = 0; - #if HAS_RANDR_1_2 - output_t *output = NULL; -- policy_t policy = clone; -+ policy_t policy = cloned; - Bool setit_1_2 = False; - Bool query_1_2 = False; - Bool modeit = False; -@@ -1886,7 +1886,7 @@ - continue; - } - if (!strcmp ("--clone", argv[i])) { -- policy = clone; -+ policy = cloned; - setit_1_2 = True; - continue; - } -@@ -2319,9 +2319,9 @@ - printf ("\tClones: "); - for (j = 0; j < output_info->nclone; j++) - { -- output_t *clone = find_output_by_xid (output_info->clones[j]); -+ output_t *cloned = find_output_by_xid (output_info->clones[j]); - -- if (clone) printf (" %s", clone->output.string); -+ if (cloned) printf (" %s", cloned->output.string); - } - printf ("\n"); - if (output->crtc_info) diff --git a/packages/x11/app/xrandr/url b/packages/x11/app/xrandr/url index 07a58eaae1..66e2c370a1 100644 --- a/packages/x11/app/xrandr/url +++ b/packages/x11/app/xrandr/url @@ -1 +1 @@ -http://xorg.freedesktop.org/releases/individual/app/xrandr-1.3.2.tar.bz2 +http://xorg.freedesktop.org/releases/individual/app/xrandr-1.3.3.tar.bz2