Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 3bb7ccffb0c0 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
44 #include "sysproc.h" /* for MAXDESC */ | 44 #include "sysproc.h" /* for MAXDESC */ |
45 | 45 |
46 #include "xintrinsicp.h" /* CoreP.h needs this */ | 46 #include "xintrinsicp.h" /* CoreP.h needs this */ |
47 #include <X11/CoreP.h> /* Numerous places access the fields of | 47 #include <X11/CoreP.h> /* Numerous places access the fields of |
48 a core widget directly. We could | 48 a core widget directly. We could |
49 use XtVaGetValues(), but ... */ | 49 use XtGetValues(), but ... */ |
50 #ifdef HAVE_XIM | 50 #ifdef HAVE_XIM |
51 #ifdef XIM_MOTIF | 51 #ifdef XIM_MOTIF |
52 #include <Xm/Xm.h> | 52 #include <Xm/Xm.h> |
53 #endif | 53 #endif |
54 #include "lstream.h" | 54 #include "lstream.h" |