aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-23 23:47:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-23 23:47:00 +0000
commit91e2f3ffda622e180b88bb8ae0fa6ebbb42c8888 (patch)
treeb90295c2e4e3ab9334edc6bc13a6b1ab2ca34934 /shared
parent7afcd906f1e9e9e26609d168d1820b39b349c5a9 (diff)
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
Diffstat (limited to 'shared')
-rw-r--r--shared/tkwidgets.c1
1 files changed, 1 insertions, 0 deletions
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);