Mercurial > hg > xemacs-beta
diff lwlib/lwlib-Xlw.c @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | 3ecd8885ac67 |
children | 84b14dcb0985 |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c Mon Aug 13 11:29:10 2007 +0200 +++ b/lwlib/lwlib-Xlw.c Mon Aug 13 11:29:58 2007 +0200 @@ -524,6 +524,10 @@ XtClass (((CompositeWidget)widget)->composite.children [0]) == xlwMenuWidgetClass; #endif +#ifdef HAVE_WIDGETS + if (the_class == emacsManagerWidgetClass) + return True; +#endif return False; }