1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(struct w32_output): Add member horizontal_drag_cursor.

This commit is contained in:
Jason Rumney 2000-12-02 21:02:59 +00:00
parent 4694d76242
commit f03fad2222

View File

@ -351,6 +351,7 @@ struct w32_output
Cursor modeline_cursor;
Cursor cross_cursor;
Cursor busy_cursor;
Cursor horizontal_drag_cursor;
/* Window whose cursor is busy_cursor. This window is temporarily
mapped to display a busy-cursor. */