[PATCH libXaw3d 1/2] Include WidgetNode.h from AllWidgets.h
Matt Turner
mattst88 at gmail.com
Wed Feb 1 10:39:54 PST 2012
Makes these two files closer to the libXaw originals.
Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
include/X11/Xaw3d/AllWidgets.h | 2 ++
src/AllWidgets.c | 2 +-
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>
--
1.7.3.4
More information about the xorg-devel
mailing list