From db03c39e0b5660e7c7dd509af1579a5440f9e988 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 9 Jul 2024 09:37:08 +0000 Subject: update libXaw to version 1.0.16 --- lib/libXaw/src/AllWidgets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libXaw/src/AllWidgets.c') diff --git a/lib/libXaw/src/AllWidgets.c b/lib/libXaw/src/AllWidgets.c index 8a7490f73..9171242e8 100644 --- a/lib/libXaw/src/AllWidgets.c +++ b/lib/libXaw/src/AllWidgets.c @@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group. #include #include -#define DATA(name,class) { (char *)name, class } +#define DATA(name,class) { (char *)name, class, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } XmuWidgetNode XawWidgetArray[] = { DATA( "applicationShell", &applicationShellWidgetClass ), DATA( "asciiSink", &asciiSinkObjectClass ), -- cgit v1.2.3