diff 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
line wrap: on
line diff
--- a/src/glyphs.h	Mon Aug 13 10:57:57 2007 +0200
+++ b/src/glyphs.h	Mon Aug 13 10:58:40 2007 +0200
@@ -570,6 +570,8 @@
 #define DISP_TABLE_SIZE	256
 #define DISP_CHAR_ENTRY(dp, c) ((c < (dp)->size) ? (dp)->contents[c] : Qnil)
 
-struct Lisp_Vector *get_display_table (struct window *, face_index);
+Lisp_Object display_table_entry (Emchar, Lisp_Object, Lisp_Object);
+void get_display_tables (struct window *, face_index,
+			 Lisp_Object *, Lisp_Object *);
 
 #endif /* _XEMACS_GLYPHS_H_ */