From: Yaakov Selkowitz <[email protected]>

Signed-off-by: Yaakov Selkowitz <[email protected]>
---
 src/Label.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Label.c b/src/Label.c
index b3ecee9..d1a13c9 100644
--- a/src/Label.c
+++ b/src/Label.c
@@ -56,6 +56,7 @@ SOFTWARE.
 #include <X11/StringDefs.h>
 #include <X11/Xos.h>
 #include <X11/Xaw3d/XawInit.h>
+#include <X11/Xaw3d/Command.h>
 #include <X11/Xaw3d/LabelP.h>
 #include <X11/Xmu/Converters.h>
 #include <X11/Xmu/Drawing.h>
@@ -438,7 +439,6 @@ set_bitmap_info (LabelWidget lw)
 static void
 Initialize(Widget request, Widget new, ArgList args, Cardinal *num_args)
 {
-    extern WidgetClass commandWidgetClass;
     LabelWidget lw = (LabelWidget) new;
 
     /* disable shadows if we're not a subclass of Command */
@@ -484,7 +484,6 @@ Initialize(Widget request, Widget new, ArgList args, 
Cardinal *num_args)
 static void
 Redisplay(Widget gw, XEvent *event, Region region)
 {
-    extern WidgetClass commandWidgetClass;
     LabelWidget w = (LabelWidget) gw;
     LabelWidgetClass lwclass = (LabelWidgetClass) XtClass (gw);
     Pixmap pm;
-- 
1.7.5.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to