Mercurial > hg > xemacs-beta
diff lwlib/lwlib-Xlw.c @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | b39c14581166 |
children | c2569faae8ed |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c Fri Mar 08 13:33:14 2002 +0000 +++ b/lwlib/lwlib-Xlw.c Wed Mar 13 08:54:06 2002 +0000 @@ -30,7 +30,7 @@ #include <X11/ObjectP.h> #include <X11/CompositeP.h> #include <X11/Shell.h> -#ifdef HAVE_WIDGETS +#ifdef HAVE_X_WIDGETS #include "../src/EmacsManager.h" #endif #ifdef LWLIB_MENUBARS_LUCID @@ -456,7 +456,7 @@ } #endif /* LWLIB_TABS_LUCID */ -#ifdef HAVE_WIDGETS +#ifdef HAVE_X_WIDGETS static Widget xlw_create_clip_window (widget_instance *instance) { @@ -496,7 +496,7 @@ #ifdef LWLIB_TABS_LUCID {"tab-control", xlw_create_tab_control}, #endif -#ifdef HAVE_WIDGETS +#ifdef HAVE_X_WIDGETS {"clip-window", xlw_create_clip_window}, #endif {NULL, NULL} @@ -524,7 +524,7 @@ XtClass (((CompositeWidget)widget)->composite.children [0]) == xlwMenuWidgetClass; #endif -#ifdef HAVE_WIDGETS +#ifdef HAVE_X_WIDGETS if (the_class == emacsManagerWidgetClass) return True; #endif