Mercurial > emacs
diff src/w32term.h @ 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 | 79e5d8c30cf2 |
| children | ef13c60c3087 |
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. */
