Mercurial > hg > xemacs-beta
diff src/frame-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 | 7e79c8559ad1 |
children | bc4f2511bbea |
line wrap: on
line diff
--- a/src/frame-x.c Wed Dec 09 09:50:36 2009 -0700 +++ b/src/frame-x.c Thu Dec 10 12:42:09 2009 -0700 @@ -48,7 +48,7 @@ use XtGetValues(), but ... */ #include <X11/Shell.h> #include <X11/ShellP.h> -#include "xmu.h" +#include <X11/Xmu/Editres.h> #include "EmacsManager.h" #include "EmacsFrameP.h" #include "EmacsShell.h" @@ -2044,7 +2044,6 @@ XIM_init_frame (f); #endif /* HAVE_XIM */ -#ifdef HACK_EDITRES /* Allow XEmacs to respond to EditRes requests. See the O'Reilly Xt */ /* Intrinsics Programming Manual, Motif Edition, Aug 1993, Sect 14.14, */ /* pp. 483-493. */ @@ -2053,7 +2052,6 @@ True, /* called on non-maskable events? */ (XtEventHandler) _XEditResCheckMessages, /* the handler */ NULL); -#endif /* HACK_EDITRES */ #ifdef HAVE_CDE {