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