aboutsummaryrefslogtreecommitdiff
path: root/src/menubutton_w.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-17 17:11:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-17 17:11:34 +0000
commit5de802bcb705a72b8c4274c71a2d5539183bee24 (patch)
treeb422e586255c36c329b65d67beaf503577ccbcaf /src/menubutton_w.h
parentba9bb690c306e63e57d93161109303b9dee666be (diff)
merged relevant changes from Pd-extended 0.42
svn path=/trunk/externals/tof/; revision=14153
Diffstat (limited to 'src/menubutton_w.h')
-rw-r--r--src/menubutton_w.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menubutton_w.h b/src/menubutton_w.h
index f683c4a..cdd223d 100644
--- a/src/menubutton_w.h
+++ b/src/menubutton_w.h
@@ -320,7 +320,7 @@ static void menubutton_w_displace(t_gobj *z, t_glist *glist,
menubutton_w_draw_handle(x,glist,UPDATE);
menubutton_w_draw_inlets(x, glist, UPDATE, 1,1);
menubutton_w_drawme(x, glist, UPDATE);
- canvas_fixlinesfor(glist_getcanvas(glist),(t_text*) x);
+ canvas_fixlinesfor(glist,(t_text*) x);
}
DEBUG(post("displace end");)
}