aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-01 12:56:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-01 12:56:49 +0000
commitf5619550863b410727b74df81d554dad6bdc9c7e (patch)
tree6ff1374277169e1e659f84e62193f7dbca68a8be /packages
parentd4a01cf2ae516c789b332c0ac2893f4ec66fc004 (diff)
included jleben's patch for fixing GOP red rect being drawn on the parent, patch #1953853
svn path=/trunk/; revision=9749
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/fix_red_rect_on_parent-0.41.4.patch11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 00000000..d4354d59
--- /dev/null
+++ b/packages/patches/fix_red_rect_on_parent-0.41.4.patch
@@ -0,0 +1,11 @@
+--- 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);