diff options
author | Egbert Eich <eich@suse.de> | 2005-04-04 10:17:07 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2005-04-04 10:17:07 +0000 |
commit | 9391b5d706fe66ac05cb3af1fd0263eed13776c8 (patch) | |
tree | 5476048851b4327f358850b64a8d6a50112fa8cb | |
parent | 3528e71f7e176f696c360bee56dd78b7b9f95fc3 (diff) |
Fixed sentinels in Xt, editres and xedit to reduce number of warnings withsco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10sco_port_update
gcc4 (Andreas Schwab).
-rw-r--r-- | widgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |