Mercurial > emacs
changeset 34134:296bbdedee11
(struct w32_output): Add member horizontal_drag_cursor.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 02 Dec 2000 21:02:59 +0000 |
parents | f1063cc498e4 |
children | 2d899d158741 |
files | src/w32term.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Sat Dec 02 21:02:27 2000 +0000 +++ b/src/w32term.h Sat Dec 02 21:02:59 2000 +0000 @@ -351,6 +351,7 @@ 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. */