Mercurial > hg > xemacs-beta
comparison src/objects-tty.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 | c5d627a313b1 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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 _XEMACS_OBJECTS_TTY_H_ | 24 #ifndef INCLUDED_objects_tty_h_ |
25 #define _XEMACS_OBJECTS_TTY_H_ | 25 #define INCLUDED_objects_tty_h_ |
26 | 26 |
27 #include "objects.h" | 27 #include "objects.h" |
28 | 28 |
29 struct tty_color_instance_data | 29 struct tty_color_instance_data |
30 { | 30 { |
47 #define FONT_INSTANCE_TTY_CHARSET(c) (TTY_FONT_INSTANCE_DATA (c)->charset) | 47 #define FONT_INSTANCE_TTY_CHARSET(c) (TTY_FONT_INSTANCE_DATA (c)->charset) |
48 | 48 |
49 extern Lisp_Object Vtty_color_alist, Vtty_dynamic_color_bg; | 49 extern Lisp_Object Vtty_color_alist, Vtty_dynamic_color_bg; |
50 extern Lisp_Object Vtty_dynamic_color_fg; | 50 extern Lisp_Object Vtty_dynamic_color_fg; |
51 | 51 |
52 #endif /* _XEMACS_OBJECTS_TTY_H_ */ | 52 #endif /* INCLUDED_objects_tty_h_ */ |