summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-11-25 19:15:33 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2019-11-25 20:50:59 -0500
commit4ea048a88a378d05bfef1633bcafae17a757e024 (patch)
tree94cf7da75ec9d68557ad4d1e47d5db46a707aae2 /include/X11
parent78f66e92c66ad637da33df454a7aae149476e765 (diff)
downloadxorg-lib-libXaw-4ea048a88a378d05bfef1633bcafae17a757e024.tar.gz
fix compiler warning by updating parameter type for call to XtDisplayInitialize
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/Xaw/XawInit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw/XawInit.h b/include/X11/Xaw/XawInit.h
index 73226b2..7e77f81 100644
--- a/include/X11/Xaw/XawInit.h
+++ b/include/X11/Xaw/XawInit.h
@@ -54,7 +54,7 @@ extern Widget XawOpenApplication(
String application_class,
WidgetClass widget_class,
int *argc,
- String *argv
+ _XtString *argv
);
_XFUNCPROTOEND