Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4768:0f5bee973a7b | 4769:5460287a3327 |
---|---|
28 #include <X11/StringDefs.h> | 28 #include <X11/StringDefs.h> |
29 #include <X11/IntrinsicP.h> | 29 #include <X11/IntrinsicP.h> |
30 #include <X11/ObjectP.h> | 30 #include <X11/ObjectP.h> |
31 #include <X11/CompositeP.h> | 31 #include <X11/CompositeP.h> |
32 #include <X11/Shell.h> | 32 #include <X11/Shell.h> |
33 #include <X11/Xmu/Converters.h> | |
33 #ifdef HAVE_X_WIDGETS | 34 #ifdef HAVE_X_WIDGETS |
34 #include "../src/EmacsManager.h" | 35 #include "../src/EmacsManager.h" |
35 #endif | 36 #endif |
36 #ifdef LWLIB_MENUBARS_LUCID | 37 #ifdef LWLIB_MENUBARS_LUCID |
37 #include "xlwmenu.h" | 38 #include "xlwmenu.h" |
44 #include "lwlib-Xm.h" | 45 #include "lwlib-Xm.h" |
45 #endif | 46 #endif |
46 #ifdef NEED_ATHENA | 47 #ifdef NEED_ATHENA |
47 #include "lwlib-Xaw.h" | 48 #include "lwlib-Xaw.h" |
48 #endif | 49 #endif |
49 #include "../src/xmu.h" | |
50 #include "xlwtabs.h" | 50 #include "xlwtabs.h" |
51 #endif | 51 #endif |
52 | 52 |
53 | 53 |
54 | 54 |