aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/fix_red_rect_on_parent-0.41.4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/patches/fix_red_rect_on_parent-0.41.4.patch b/packages/patches/fix_red_rect_on_parent-0.41.4.patch
deleted file mode 100644
index d4354d59..00000000
--- a/packages/patches/fix_red_rect_on_parent-0.41.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pd2patch-orig/g_graph.c 2008-03-15 01:03:00.000000000 +0100
-+++ pd2patch-leben/g_graph.c 2008-04-29 01:53:17.000000000 +0200
-@@ -43,7 +43,7 @@
- && pd_checkobject(&y->g_pd))
- {
- x->gl_goprect = 1;
-- canvas_drawredrect(x, 1);
-+ if(x->gl_havewindow) canvas_drawredrect(x, 1);
- }
- if (glist_isvisible(x))
- gobj_vis(y, x, 1);