(struct w32_output): Remove cross_cursor member.
This commit is contained in:
parent
8927109950
commit
b8a9367660
1 changed files with 1 additions and 2 deletions
|
@ -350,10 +350,9 @@ struct w32_output
|
||||||
Cursor text_cursor;
|
Cursor text_cursor;
|
||||||
Cursor nontext_cursor;
|
Cursor nontext_cursor;
|
||||||
Cursor modeline_cursor;
|
Cursor modeline_cursor;
|
||||||
Cursor cross_cursor;
|
Cursor hand_cursor;
|
||||||
Cursor hourglass_cursor;
|
Cursor hourglass_cursor;
|
||||||
Cursor horizontal_drag_cursor;
|
Cursor horizontal_drag_cursor;
|
||||||
Cursor hand_cursor;
|
|
||||||
|
|
||||||
/* Window whose cursor is hourglass_cursor. This window is
|
/* Window whose cursor is hourglass_cursor. This window is
|
||||||
temporarily mapped to display an hourglass cursor. */
|
temporarily mapped to display an hourglass cursor. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue