summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2005-04-04 10:17:07 +0000
committerEgbert Eich <eich@suse.de>2005-04-04 10:17:07 +0000
commit9391b5d706fe66ac05cb3af1fd0263eed13776c8 (patch)
tree5476048851b4327f358850b64a8d6a50112fa8cb
parent3528e71f7e176f696c360bee56dd78b7b9f95fc3 (diff)
gcc4 (Andreas Schwab).
-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);