Mercurial > hg > xemacs-beta
comparison src/glyphs.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 7347b34c275b |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
568 /************************************************************************/ | 568 /************************************************************************/ |
569 | 569 |
570 #define DISP_TABLE_SIZE 256 | 570 #define DISP_TABLE_SIZE 256 |
571 #define DISP_CHAR_ENTRY(dp, c) ((c < (dp)->size) ? (dp)->contents[c] : Qnil) | 571 #define DISP_CHAR_ENTRY(dp, c) ((c < (dp)->size) ? (dp)->contents[c] : Qnil) |
572 | 572 |
573 Lisp_Object display_table_entry (Emchar, Lisp_Object, Lisp_Object); | 573 struct Lisp_Vector *get_display_table (struct window *, face_index); |
574 void get_display_tables (struct window *, face_index, | |
575 Lisp_Object *, Lisp_Object *); | |
576 | 574 |
577 #endif /* _XEMACS_GLYPHS_H_ */ | 575 #endif /* _XEMACS_GLYPHS_H_ */ |