comparison src/objects-x.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 262b8bb4a523
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */ 21 Boston, MA 02111-1307, USA. */
22 22
23 /* Synched up with: Not in FSF. */ 23 /* Synched up with: Not in FSF. */
24 24
25 #ifndef _XEMACS_OBJECTS_X_H_ 25 #ifndef INCLUDED_objects_x_h_
26 #define _XEMACS_OBJECTS_X_H_ 26 #define INCLUDED_objects_x_h_
27 27
28 #include "objects.h" 28 #include "objects.h"
29 29
30 #ifdef HAVE_X_WINDOWS 30 #ifdef HAVE_X_WINDOWS
31 31
62 #define X_FONT_INSTANCE_DATA(f) ((struct x_font_instance_data *) (f)->data) 62 #define X_FONT_INSTANCE_DATA(f) ((struct x_font_instance_data *) (f)->data)
63 #define FONT_INSTANCE_X_FONT(f) (X_FONT_INSTANCE_DATA (f)->font) 63 #define FONT_INSTANCE_X_FONT(f) (X_FONT_INSTANCE_DATA (f)->font)
64 #define FONT_INSTANCE_X_TRUENAME(f) (X_FONT_INSTANCE_DATA (f)->truename) 64 #define FONT_INSTANCE_X_TRUENAME(f) (X_FONT_INSTANCE_DATA (f)->truename)
65 65
66 #endif /* HAVE_X_WINDOWS */ 66 #endif /* HAVE_X_WINDOWS */
67 #endif /* _XEMACS_OBJECTS_X_H_ */ 67
68 #endif /* INCLUDED_objects_x_h_ */