aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:29:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-20 03:29:22 +0000
commite76eebe4c730cbe893f4639454f355643db7efda (patch)
tree54303b9cafb72ae3e6ae4fce3818d6449f0f6c70 /packages
parenta996113ef053b23f7ac326b3528161af9ad3d2c2 (diff)
accepted in git commit 56964c07b4ad572fdf4a2f03e7ed72f99da4a28d
svn path=/trunk/; revision=13855
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/gop_red_rect_fix-0.42.5.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/patches/gop_red_rect_fix-0.42.5.patch b/packages/patches/gop_red_rect_fix-0.42.5.patch
deleted file mode 100644
index 612ef115..00000000
--- a/packages/patches/gop_red_rect_fix-0.42.5.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: g_editor.c
-===================================================================
---- g_editor.c (revision 13584)
-+++ g_editor.c (working copy)
-@@ -1024,16 +1024,7 @@
- gobj_vis(&x->gl_gobj, x->gl_owner, 0);
- x->gl_isgraph = 1;
- x->gl_hidetext = !(!(flag&2));
-- if (!nogoprect && !x->gl_goprect)
-- {
-- t_gobj *g;
-- for (g = x->gl_list; g; g = g->g_next)
-- if (pd_checkobject(&g->g_pd))
-- {
-- x->gl_goprect = 1;
-- break;
-- }
-- }
-+ x->gl_goprect = !nogoprect;
- if (glist_isvisible(x) && x->gl_goprect)
- glist_redraw(x);
- if (x->gl_owner && !x->gl_loading && glist_isvisible(x->gl_owner))