From e36a27114ee1c81db9eff932590b787804ace4c4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Feb 1995 09:41:37 +0000 Subject: [PATCH] (struct x_display): New element cursor_width. --- src/xterm.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5