]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct w32_output): Add member horizontal_drag_cursor.
authorJason Rumney <jasonr@gnu.org>
Sat, 2 Dec 2000 21:02:59 +0000 (21:02 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 2 Dec 2000 21:02:59 +0000 (21:02 +0000)
src/w32term.h

index fb3c14070dfdd740e0dd277b1260c1d82b21cce9..a633e56dfc7e6ffad2069cfe14ba1e187a4b563c 100644 (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.  */