comparison src/dispextern.h @ 63546:119eb8c37b61

(spec_glyph_lookup_face): Add declaration.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 14:02:03 +0000
parents eaab88b49978
children 4c33b0ac74a3 c016d82bf02b
comparison
equal deleted inserted replaced
63545:b1742b11b7d9 63546:119eb8c37b61
364 doesn't have a glyph in a font. */ 364 doesn't have a glyph in a font. */
365 unsigned glyph_not_available_p : 1; 365 unsigned glyph_not_available_p : 1;
366 366
367 #define FACE_ID_BITS 21 367 #define FACE_ID_BITS 21
368 368
369 /* Face of the glyph. */ 369 /* Face of the glyph. This is a realized face ID,
370 an index in the face cache of the frame. */
370 unsigned face_id : FACE_ID_BITS; 371 unsigned face_id : FACE_ID_BITS;
371 372
372 /* Type of font used to display the character glyph. May be used to 373 /* Type of font used to display the character glyph. May be used to
373 determine which set of functions to use to obtain font metrics 374 determine which set of functions to use to obtain font metrics
374 for the glyph. On W32, value should be an enumerator of the type 375 for the glyph. On W32, value should be an enumerator of the type
2910 void bitch_at_user P_ ((void)); 2911 void bitch_at_user P_ ((void));
2911 Lisp_Object sit_for P_ ((int, int, int, int, int)); 2912 Lisp_Object sit_for P_ ((int, int, int, int, int));
2912 void init_display P_ ((void)); 2913 void init_display P_ ((void));
2913 void syms_of_display P_ ((void)); 2914 void syms_of_display P_ ((void));
2914 extern Lisp_Object Qredisplay_dont_pause; 2915 extern Lisp_Object Qredisplay_dont_pause;
2916 GLYPH spec_glyph_lookup_face P_ ((struct window *, GLYPH));
2915 2917
2916 /* Defined in term.c */ 2918 /* Defined in term.c */
2917 2919
2918 extern void ring_bell P_ ((void)); 2920 extern void ring_bell P_ ((void));
2919 extern void set_terminal_modes P_ ((void)); 2921 extern void set_terminal_modes P_ ((void));