Mercurial > hg > xemacs-beta
comparison src/glyphs-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 | 726060ee587c |
children | b3ea9c582280 |
comparison
equal
deleted
inserted
replaced
4768:0f5bee973a7b | 4769:5460287a3327 |
---|---|
68 #include "window.h" | 68 #include "window.h" |
69 | 69 |
70 #include "console-x-impl.h" | 70 #include "console-x-impl.h" |
71 #include "glyphs-x.h" | 71 #include "glyphs-x.h" |
72 #include "objects-x-impl.h" | 72 #include "objects-x-impl.h" |
73 #include "xmu.h" | |
74 | 73 |
75 #include "sysfile.h" | 74 #include "sysfile.h" |
76 #include "sysproc.h" /* for qxe_getpid() */ | 75 #include "sysproc.h" /* for qxe_getpid() */ |
77 | 76 |
78 #include <setjmp.h> | 77 #include <setjmp.h> |
80 #ifdef LWLIB_WIDGETS_MOTIF | 79 #ifdef LWLIB_WIDGETS_MOTIF |
81 #include "xmotif.h" | 80 #include "xmotif.h" |
82 #include <Xm/Scale.h> | 81 #include <Xm/Scale.h> |
83 #endif | 82 #endif |
84 #include <X11/IntrinsicP.h> | 83 #include <X11/IntrinsicP.h> |
84 #include <X11/Xmu/CurUtil.h> | |
85 | 85 |
86 #define LISP_DEVICE_TO_X_SCREEN(dev) XDefaultScreenOfDisplay (DEVICE_X_DISPLAY (XDEVICE (dev))) | 86 #define LISP_DEVICE_TO_X_SCREEN(dev) XDefaultScreenOfDisplay (DEVICE_X_DISPLAY (XDEVICE (dev))) |
87 | 87 |
88 DECLARE_IMAGE_INSTANTIATOR_FORMAT (nothing); | 88 DECLARE_IMAGE_INSTANTIATOR_FORMAT (nothing); |
89 DECLARE_IMAGE_INSTANTIATOR_FORMAT (string); | 89 DECLARE_IMAGE_INSTANTIATOR_FORMAT (string); |