aboutsummaryrefslogtreecommitdiff
path: root/src/menubutton_w.h
diff options
context:
space:
mode:
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");)
}