Mercurial > emacs
diff src/xterm.h @ 10741:2bbb48f3dd0c
(struct x_display): New element cursor_width.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 14 Feb 1995 09:41:37 +0000 |
| parents | ec47b0eee1db |
| children | f0fe22922005 |
line wrap: on
line diff
--- a/src/xterm.h Tue Feb 14 09:08:40 1995 +0000 +++ b/src/xterm.h Tue Feb 14 09:41:37 1995 +0000 @@ -412,6 +412,9 @@ 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
