aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-03-10 00:20:34 +0000
committerRichard M. Stallman <[email protected]>1994-03-10 00:20:34 +0000
commit4606cc9da83db6fdf0e00784627ec051d46005d8 (patch)
tree69773387724985baab7f3c3f3d751525505c65f2 /src/lisp.h
parentff46d9b7b44395831c7e5785c268507a7ca62d3e (diff)
(GLYPH_MODE_LINE_FACE): New macro.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index eed5704887..11337645e5 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -677,6 +677,8 @@ typedef unsigned char UCHAR;
/* 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 */