comparison src/glyphs-x.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 abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */ 22 Boston, MA 02111-1307, USA. */
23 23
24 /* Synched up with: Not in FSF. */ 24 /* Synched up with: Not in FSF. */
25 25
26 #ifndef _XEMACS_GLYPHS_X_H_ 26 #ifndef INCLUDED_glyphs_x_h_
27 #define _XEMACS_GLYPHS_X_H_ 27 #define INCLUDED_glyphs_x_h_
28 28
29 #include "glyphs.h" 29 #include "glyphs.h"
30 30
31 #ifdef HAVE_X_WINDOWS 31 #ifdef HAVE_X_WINDOWS
32 32
140 ((Window) IMAGE_INSTANCE_SUBWINDOW_ID (i)) 140 ((Window) IMAGE_INSTANCE_SUBWINDOW_ID (i))
141 #define IMAGE_INSTANCE_X_WIDGET_ID(i) \ 141 #define IMAGE_INSTANCE_X_WIDGET_ID(i) \
142 ((Widget) IMAGE_INSTANCE_SUBWINDOW_ID (i)) 142 ((Widget) IMAGE_INSTANCE_SUBWINDOW_ID (i))
143 143
144 #endif /* HAVE_X_WINDOWS */ 144 #endif /* HAVE_X_WINDOWS */
145 #endif /* _XEMACS_GLYPHS_X_H_ */ 145 #endif /* INCLUDED_glyphs_x_h_ */