Mercurial > hg > xemacs-beta
comparison src/EmacsFrameP.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | a07667553efc |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 /* Synched up with: Not in FSF. */ | 22 /* Synched up with: Not in FSF. */ |
23 | 23 |
24 #ifndef _EmacsFrameP_h | 24 #ifndef INCLUDED_EmacsFrameP_h_ |
25 #define _EmacsFrameP_h | 25 #define INCLUDED_EmacsFrameP_h_ |
26 | 26 |
27 #include "xintrinsicp.h" | 27 #include "xintrinsicp.h" |
28 #include <X11/CoreP.h> | 28 #include <X11/CoreP.h> |
29 #ifdef LWLIB_USES_MOTIF | 29 #ifdef LWLIB_USES_MOTIF |
30 #include "xmprimitivep.h" | 30 #include "xmprimitivep.h" |
107 EmacsFrameClassPart emacs_frame_class; | 107 EmacsFrameClassPart emacs_frame_class; |
108 } EmacsFrameClassRec; | 108 } EmacsFrameClassRec; |
109 | 109 |
110 extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ | 110 extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ |
111 | 111 |
112 | 112 #endif /* INCLUDED_EmacsFrameP_h_ */ |
113 | |
114 #endif /* _EmacsFrameP_h */ |