diff src/lisp.h @ 6277:444351051761

(GLYPH_MODE_LINE_FACE): New macro.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Mar 1994 00:20:34 +0000
parents 25d0943a4f4e
children 6f57787905d9
line wrap: on
line diff
--- a/src/lisp.h	Wed Mar 09 23:59:52 1994 +0000
+++ b/src/lisp.h	Thu Mar 10 00:20:34 1994 +0000
@@ -677,6 +677,8 @@
 /* Return a glyph's face ID.  */
 #define GLYPH_FACE(glyph) (((glyph) >> 8) & ((1 << 24) - 1))
 
+/* The ID of the mode line highlighting face.  */
+#define GLYPH_MODE_LINE_FACE 1
 
 /* Data type checking */