XEmacs 21.2.24 "Hecate".
[chise/xemacs-chise.git.1] / lwlib / lwlib-Xlw.c
index 6c3cd34..8063c7c 100644 (file)
@@ -524,6 +524,10 @@ lw_lucid_widget_p (Widget widget)
       XtClass (((CompositeWidget)widget)->composite.children [0])
        == xlwMenuWidgetClass;
 #endif
+#ifdef HAVE_WIDGETS
+  if (the_class == emacsManagerWidgetClass)
+    return True;
+#endif
   return False;
 }