mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 20:37:38 +00:00
(cross_cursor): New field for struct x_display.
This commit is contained in:
parent
27ead1d5eb
commit
6bfbdaebce
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ struct x_display
|
|||
Cursor text_cursor;
|
||||
Cursor nontext_cursor;
|
||||
Cursor modeline_cursor;
|
||||
Cursor cross_cursor;
|
||||
#else
|
||||
Cursor cursor;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue