From 91e2f3ffda622e180b88bb8ae0fa6ebbb42c8888 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 23 Nov 2007 23:47:00 +0000 Subject: Fixed these: /* TODO: add size to query and save */ /* TODO: add scrollbars to query and save */ /* TODO: remove glist from _erase() args */ svn path=/trunk/externals/tkwidgets/; revision=9027 --- shared/tkwidgets.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/tkwidgets.c b/shared/tkwidgets.c index cf7418d..eec524a 100644 --- a/shared/tkwidgets.c +++ b/shared/tkwidgets.c @@ -165,6 +165,7 @@ void tkwidgets_draw_iolets(t_object *x, t_glist *glist, t_symbol *canvas_id, int x_location = text_xpix(x, glist); int y_location = text_ypix(x, glist); +/* TODO: make inlets draw on top of widget */ for (i = 0; i < total_inlets; i++) /* inlets */ { onset = calculate_onset(x_location, width, i, total_inlets); -- cgit v1.2.1