comparison src/dispextern.h @ 25589:0ef06feb96ab

(SCROLL_BAR_FACE_ID, BORDER_FACE_ID, CURSOR_FACE_ID, MOUSE_FACE_ID): New.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Sep 1999 14:48:54 +0000
parents e98819a94512
children a75be4927319
comparison
equal deleted inserted replaced
25588:1d8ba3dd04e9 25589:0ef06feb96ab
1265 DEFAULT_FACE_ID, 1265 DEFAULT_FACE_ID,
1266 MODE_LINE_FACE_ID, 1266 MODE_LINE_FACE_ID,
1267 TOOL_BAR_FACE_ID, 1267 TOOL_BAR_FACE_ID,
1268 BITMAP_AREA_FACE_ID, 1268 BITMAP_AREA_FACE_ID,
1269 HEADER_LINE_FACE_ID, 1269 HEADER_LINE_FACE_ID,
1270 SCROLL_BAR_FACE_ID,
1271 BORDER_FACE_ID,
1272 CURSOR_FACE_ID,
1273 MOUSE_FACE_ID,
1270 BASIC_FACE_ID_SENTINEL 1274 BASIC_FACE_ID_SENTINEL
1271 }; 1275 };
1272 1276
1273 1277
1274 /* A cache of realized faces. Each frame has its own cache because 1278 /* A cache of realized faces. Each frame has its own cache because
2074 void init_baud_rate P_ ((void)); 2078 void init_baud_rate P_ ((void));
2075 void init_sigio P_ ((int)); 2079 void init_sigio P_ ((int));
2076 2080
2077 /* Defined in xface.c */ 2081 /* Defined in xface.c */
2078 2082
2083 void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object,
2084 Lisp_Object));
2079 char *x_charset_registry P_ ((int)); 2085 char *x_charset_registry P_ ((int));
2080 void clear_face_cache P_ ((int)); 2086 void clear_face_cache P_ ((int));
2081 unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, 2087 unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object,
2082 enum lface_attribute_index)); 2088 enum lface_attribute_index));
2083 void unload_color P_ ((struct frame *, unsigned long)); 2089 void unload_color P_ ((struct frame *, unsigned long));