Mercurial > hg > xemacs-beta
diff lwlib/lwlib-Xlw.c @ 4769:5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
<870180fe0912091102j6fde7336hdc187608be0ef97@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 10 Dec 2009 12:42:09 -0700 |
parents | 726060ee587c |
children | ade4c7e2c6cb |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.c Wed Dec 09 09:50:36 2009 -0700 +++ b/lwlib/lwlib-Xlw.c Thu Dec 10 12:42:09 2009 -0700 @@ -30,6 +30,7 @@ #include <X11/ObjectP.h> #include <X11/CompositeP.h> #include <X11/Shell.h> +#include <X11/Xmu/Converters.h> #ifdef HAVE_X_WIDGETS #include "../src/EmacsManager.h" #endif @@ -46,7 +47,6 @@ #ifdef NEED_ATHENA #include "lwlib-Xaw.h" #endif -#include "../src/xmu.h" #include "xlwtabs.h" #endif