diff options
| author | Richard M. Stallman | 1995-02-14 09:41:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-14 09:41:37 +0000 |
| commit | e36a27114ee1c81db9eff932590b787804ace4c4 (patch) | |
| tree | cf67e65bac4f7b9bbc1af912caff6c1d3f00d8c5 /src | |
| parent | e27ef4db6ea45b28d819622dd3334b3388c5b91a (diff) | |
| download | emacs-e36a27114ee1c81db9eff932590b787804ace4c4.tar.gz emacs-e36a27114ee1c81db9eff932590b787804ace4c4.zip | |
(struct x_display): New element cursor_width.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 3 |
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 | |||
| 412 | This should always be filled_box_cursor or bar_cursor. */ | 412 | This should always be filled_box_cursor or bar_cursor. */ |
| 413 | enum text_cursor_kinds desired_cursor; | 413 | enum text_cursor_kinds desired_cursor; |
| 414 | 414 | ||
| 415 | /* Width of bar cursor (if we are using that). */ | ||
| 416 | int cursor_width; | ||
| 417 | |||
| 415 | /* These are the current window manager hints. It seems that | 418 | /* These are the current window manager hints. It seems that |
| 416 | XSetWMHints, when presented with an unset bit in the `flags' | 419 | XSetWMHints, when presented with an unset bit in the `flags' |
| 417 | member of the hints structure, does not leave the corresponding | 420 | member of the hints structure, does not leave the corresponding |