aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-28 13:46:17 +0000
committerGerd Moellmann2000-11-28 13:46:17 +0000
commit5c2242cef12634c0009dee2ac3b8ac0152bb61f9 (patch)
treebf4b69fdad4294004dc3e2caa739ca289f150443 /src
parente371a7810f50e2053cf46d485f7f87ca6ac74c3e (diff)
downloademacs-5c2242cef12634c0009dee2ac3b8ac0152bb61f9.tar.gz
emacs-5c2242cef12634c0009dee2ac3b8ac0152bb61f9.zip
(struct x_output): Add member horizontal_drag_cursor.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
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
488 Cursor modeline_cursor; 488 Cursor modeline_cursor;
489 Cursor cross_cursor; 489 Cursor cross_cursor;
490 Cursor busy_cursor; 490 Cursor busy_cursor;
491 Cursor horizontal_drag_cursor;
491 492
492 /* Window whose cursor is busy_cursor. This window is temporarily 493 /* Window whose cursor is busy_cursor. This window is temporarily
493 mapped to display a busy-cursor. */ 494 mapped to display a busy-cursor. */