summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-02-01 13:29:48 -0500
committerMatt Turner <mattst88@gmail.com>2012-02-01 13:29:48 -0500
commite2841ced5c84c350c9a4e3e6c6a28f57913fd0b3 (patch)
tree28798405bbccee72b7b6fc506c8ebfb3caeddf47
parent16850c175d2b12ea5dace6eaa3734037e65c0d4a (diff)
Include WidgetNode.h from AllWidgets.h
Makes these two files closer to the libXaw originals. Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--include/X11/Xaw3d/AllWidgets.h2
-rw-r--r--src/AllWidgets.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/AllWidgets.h b/include/X11/Xaw3d/AllWidgets.h
index 181528d..726f88b 100644
--- a/include/X11/Xaw3d/AllWidgets.h
+++ b/include/X11/Xaw3d/AllWidgets.h
@@ -26,6 +26,8 @@ in this Software without prior written authorization from the X Consortium.
#ifndef _XawAllWidgets_h
#define _XawAllWidgets_h
+#include <X11/Xmu/WidgetNode.h>
+
/*
* This file matches the generated AllWidgets.c
*/
diff --git a/src/AllWidgets.c b/src/AllWidgets.c
index 830b856..21c683b 100644
--- a/src/AllWidgets.c
+++ b/src/AllWidgets.c
@@ -29,7 +29,7 @@ in this Software without prior written authorization from the X Consortium.
#include "config.h"
#endif
#include <X11/IntrinsicP.h>
-#include <X11/Xmu/WidgetNode.h>
+#include <X11/Xaw3d/AllWidgets.h>
#include <X11/Composite.h>
#include <X11/Constraint.h>