summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-21 10:58:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-21 10:58:02 +0800
commit42542517e4ff94488758c39c4c351b6e7c074bc4 (patch)
tree966c414581842ec87e29670c0cb47ec1d91d8895 /x11-toolkits/vte/files
parent6cc65f729301a3b64a042f3207c35102737191ae (diff)
downloadmarcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar.gz
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar.bz2
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar.lz
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar.xz
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.tar.zst
marcuscom-ports-42542517e4ff94488758c39c4c351b6e7c074bc4.zip
Update to 0.11.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@784 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files')
-rw-r--r--x11-toolkits/vte/files/patch-src_vtegl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-toolkits/vte/files/patch-src_vtegl.c b/x11-toolkits/vte/files/patch-src_vtegl.c
deleted file mode 100644
index 4d5a1caa2..000000000
--- a/x11-toolkits/vte/files/patch-src_vtegl.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/vtegl.c.orig Wed May 7 02:30:06 2003
-+++ src/vtegl.c Wed May 7 02:30:15 2003
-@@ -312,8 +312,7 @@
- _vte_gl_clear(struct _vte_draw *draw,
- gint x, gint y, gint width, gint height)
- {
-- struct _vte_gl_data *data;
-- data = (struct _vte_gl_data*) draw->impl_data;
-+ struct _vte_gl_data *data = (struct _vte_gl_data*) draw->impl_data;
- long xstop, ystop, i, j;
- int pixmapw, pixmaph, w, h;
-