From: Gerd Moellmann Date: Tue, 28 Nov 2000 13:46:17 +0000 (+0000) Subject: (struct x_output): Add member horizontal_drag_cursor. X-Git-Tag: emacs-pretest-21.0.92~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c2242cef12634c0009dee2ac3b8ac0152bb61f9;p=emacs.git (struct x_output): Add member horizontal_drag_cursor. --- diff --git a/src/xterm.h b/src/xterm.h index f2294c558b8..5964546b34e 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -488,6 +488,7 @@ struct x_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. */