Mercurial > hg > xemacs-beta
comparison src/glyphs.h @ 361:7347b34c275b r21-1-10
Import from CVS: tag r21-1-10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:58:40 +0200 |
parents | e11d67e05968 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
360:0f00b38cfccb | 361:7347b34c275b |
---|---|
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 struct Lisp_Vector *get_display_table (struct window *, face_index); | 573 Lisp_Object display_table_entry (Emchar, Lisp_Object, Lisp_Object); |
574 void get_display_tables (struct window *, face_index, | |
575 Lisp_Object *, Lisp_Object *); | |
574 | 576 |
575 #endif /* _XEMACS_GLYPHS_H_ */ | 577 #endif /* _XEMACS_GLYPHS_H_ */ |