aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.h
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 11:49:31 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 11:49:31 +0000
commita9b31a37cbab6998e37a8f653d95c79bac66a43f (patch)
tree95b59955b07b3ccd8b45dcd5faf93bf32ee1492c /gui/fatom.h
parent70a37327e56146dc411b4d361d0e6c0465aec80f (diff)
trying to get the sizes right
svn path=/trunk/externals/ggee/; revision=219
Diffstat (limited to 'gui/fatom.h')
-rw-r--r--gui/fatom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fatom.h b/gui/fatom.h
index 50adf92..6cba41c 100644
--- a/gui/fatom.h
+++ b/gui/fatom.h
@@ -182,7 +182,7 @@ static void fatom_drawme(t_fatom *x, t_glist *glist, int firsttime)
text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist)+2);
}
draw_inlets(x, glist, firsttime, 1,1);
- draw_handle(x, glist, firsttime);
+ // draw_handle(x, glist, firsttime);
}