Mercurial > hg > xemacs-beta
comparison src/objects-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 |
---|---|
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_ */ |