From: Jason Rumney Date: Sat, 2 Dec 2000 21:02:59 +0000 (+0000) Subject: (struct w32_output): Add member horizontal_drag_cursor. X-Git-Tag: emacs-pretest-21.0.93~277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f03fad2222e1e39a5f262f54e86c45338e6f36d4;p=emacs.git (struct w32_output): Add member horizontal_drag_cursor. --- diff --git a/src/w32term.h b/src/w32term.h index fb3c14070df..a633e56dfc7 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -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. */