aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-27 18:56:36 +0000
committerRichard M. Stallman <[email protected]>2002-07-27 18:56:36 +0000
commit1475142b5ac9bbd4197d83f61cebd67f03cd4dad (patch)
tree8a39011810db22e56d8b0dce7312afeee1455743
parent818001cc232d6800b41aa6804330351601af7acc (diff)
(FRAME_CURSOR_WIDTH): New macro.
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index d5b01aec97..2258577833 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -695,6 +695,7 @@ enum
#define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
#define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
+#define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width)
#define FRAME_XIC(f) ((f)->output_data.x->xic)
#define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)