aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtkglext/gtkglext-local-parm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gtkglext/gtkglext-local-parm.patch')
-rw-r--r--main/gtkglext/gtkglext-local-parm.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/gtkglext/gtkglext-local-parm.patch b/main/gtkglext/gtkglext-local-parm.patch
deleted file mode 100644
index 5320394e0ae..00000000000
--- a/main/gtkglext/gtkglext-local-parm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gdk/gdkglshapes.c
-+++ b/gdk/gdkglshapes.c
-@@ -544,7 +544,7 @@
- {-Z, -X, 0}
- };
-
--static int index[20][3] =
-+static int loc_index[20][3] =
- {
- {0, 4, 1},
- {0, 9, 4},
-@@ -574,7 +574,7 @@
- int i;
-
- for (i = 19; i >= 0; i--) {
-- drawtriangle(i, idata, index, shadeType);
-+ drawtriangle(i, idata, loc_index, shadeType);
- }
- }
-