summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-14 09:41:37 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-14 09:41:37 +0000
commitf4103c76f7173b5077dbc888c4991fc96fc2dddc (patch)
treed372c81dc566ba3f7ff06a9cfb4753d734be34a2 /src/xterm.h
parent7c5deea3fcca8617ec6ed377242da1bfeb300be8 (diff)
downloademacs-f4103c76f7173b5077dbc888c4991fc96fc2dddc.tar.gz
(struct x_display): New element cursor_width.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 9b90e9536f7..d722e29137a 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -412,6 +412,9 @@ struct x_display
This should always be filled_box_cursor or bar_cursor. */
enum text_cursor_kinds desired_cursor;
+ /* Width of bar cursor (if we are using that). */
+ int cursor_width;
+
/* These are the current window manager hints. It seems that
XSetWMHints, when presented with an unset bit in the `flags'
member of the hints structure, does not leave the corresponding