comparison src/device-x.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 8f1ee2d15784
children bc4f2511bbea
comparison
equal deleted inserted replaced
4768:0f5bee973a7b 4769:5460287a3327
53 #include <X11/CoreP.h> /* Numerous places access the fields of 53 #include <X11/CoreP.h> /* Numerous places access the fields of
54 a core widget directly. We could 54 a core widget directly. We could
55 use XtGetValues(), but ... */ 55 use XtGetValues(), but ... */
56 #include "xgccache.h" 56 #include "xgccache.h"
57 #include <X11/Shell.h> 57 #include <X11/Shell.h>
58 #include "xmu.h" 58 #include <X11/Xmu/Error.h>
59 59
60 #if defined(HAVE_SHLIB) && defined(LWLIB_USES_ATHENA) && !defined(HAVE_ATHENA_3D) 60 #if defined(HAVE_SHLIB) && defined(LWLIB_USES_ATHENA) && !defined(HAVE_ATHENA_3D)
61 #include "sysdll.h" 61 #include "sysdll.h"
62 #endif /* HAVE_SHLIB and LWLIB_USES_ATHENA and not HAVE_ATHENA_3D */ 62 #endif /* HAVE_SHLIB and LWLIB_USES_ATHENA and not HAVE_ATHENA_3D */
63 63