comparison src/objects-x.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_objects_x_h_ 25 #ifndef _XEMACS_OBJECTS_X_H_
26 #define INCLUDED_objects_x_h_ 26 #define _XEMACS_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 67 #endif /* _XEMACS_OBJECTS_X_H_ */
68 #endif /* INCLUDED_objects_x_h_ */