diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-09 09:37:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-09 09:37:08 +0000 |
commit | db03c39e0b5660e7c7dd509af1579a5440f9e988 (patch) | |
tree | 090d7084f45cdb4aa909bb26c6246bfc5a80a729 /lib/libXaw/src/AllWidgets.c | |
parent | 64d37c62a3670520206e2833683c030b3e2ffbc3 (diff) |
update libXaw to version 1.0.16
Diffstat (limited to 'lib/libXaw/src/AllWidgets.c')
-rw-r--r-- | lib/libXaw/src/AllWidgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <X11/Xaw/Tree.h> #include <X11/Xaw/Viewport.h> -#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 ), |