summaryrefslogtreecommitdiff
path: root/widgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets.c')
-rw-r--r--widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets.c b/widgets.c
index 6688653..9782cca 100644
--- a/widgets.c
+++ b/widgets.c
@@ -492,7 +492,7 @@ char **names, **cons_names;
transientShellWidgetClass,
node->widget,
XtNmaxWidth, max_width,
- XtNmaxHeight, max_height, NULL, ZERO);
+ XtNmaxHeight, max_height, NULL);
XtAddCallback(res_box->shell, XtNdestroyCallback,
FreeResBox, (XtPointer) node);