summaryrefslogtreecommitdiffstats
path: root/x11/xrandr/xrandr-1.3.0-clone-nameclash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xrandr/xrandr-1.3.0-clone-nameclash.patch')
-rw-r--r--x11/xrandr/xrandr-1.3.0-clone-nameclash.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/xrandr/xrandr-1.3.0-clone-nameclash.patch b/x11/xrandr/xrandr-1.3.0-clone-nameclash.patch
deleted file mode 100644
index 55af5590c..000000000
--- a/x11/xrandr/xrandr-1.3.0-clone-nameclash.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- xrandr-1.3.0/xrandr.c.orig 2009-04-10 12:26:02.000000000 +0000
-+++ xrandr-1.3.0/xrandr.c 2009-04-10 12:43:44.000000000 +0000
-@@ -209,7 +209,7 @@
-
- #if HAS_RANDR_1_2
- typedef enum _policy {
-- clone, extend
-+ p_clone, extend
- } policy_t;
-
- typedef enum _relation {
-@@ -2027,7 +2027,7 @@
- int ret = 0;
- #if HAS_RANDR_1_2
- output_t *output = NULL;
-- policy_t policy = clone;
-+ policy_t policy = p_clone;
- Bool setit_1_2 = False;
- Bool query_1_2 = False;
- Bool modeit = False;
-@@ -2401,7 +2401,7 @@
- continue;
- }
- if (!strcmp ("--clone", argv[i])) {
-- policy = clone;
-+ policy = p_clone;
- setit_1_2 = True;
- continue;
- }