(struct window): New member phys_cursor_width.
This commit is contained in:
parent
922eae5667
commit
7e913f913f
1 changed files with 3 additions and 3 deletions
|
@ -232,9 +232,9 @@ struct window
|
|||
/* Where the cursor actually is. */
|
||||
struct cursor_pos phys_cursor;
|
||||
|
||||
/* Cursor type last drawn on the window. Used for X frames; -1
|
||||
initially. */
|
||||
int phys_cursor_type;
|
||||
/* Cursor type and width of last cursor drawn on the window.
|
||||
Used for X and w32 frames; -1 initially. */
|
||||
int phys_cursor_type, phys_cursor_width;
|
||||
|
||||
/* This is handy for undrawing the cursor. */
|
||||
int phys_cursor_ascent, phys_cursor_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue