aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/fatom.h')
-rw-r--r--gui/fatom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/fatom.h b/gui/fatom.h
index fc814d7..50adf92 100644
--- a/gui/fatom.h
+++ b/gui/fatom.h
@@ -118,8 +118,8 @@ static void create_widget(t_fatom *x, t_glist *glist)
-width %d \
-command fatom_cb%x\n",canvas,x,
x->x_max-x->x_min+14,
- x->x_max,
x->x_min,
+ x->x_max,
x->x_width,
x);
} else if (!strcmp(x->x_type->s_name,"checkbutton")) {
@@ -192,7 +192,7 @@ static void fatom_erase(t_fatom* x,t_glist* glist)
int n;
DEBUG(post("erase");)
-// sys_vgui(".x%x.c.s%x delete\n",glist_getcanvas(glist),x);
+ sys_vgui("destroy .x%x.c.s%x\n",glist_getcanvas(glist),x);
sys_vgui(".x%x.c delete %xS\n",glist_getcanvas(glist), x);