summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-10 00:20:34 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-10 00:20:34 +0000
commit4606cc9da83db6fdf0e00784627ec051d46005d8 (patch)
tree69773387724985baab7f3c3f3d751525505c65f2 /src
parentff46d9b7b44395831c7e5785c268507a7ca62d3e (diff)
downloademacs-4606cc9da83db6fdf0e00784627ec051d46005d8.tar.gz
(GLYPH_MODE_LINE_FACE): New macro.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index eed57048871..11337645e54 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 */