From 5c2242cef12634c0009dee2ac3b8ac0152bb61f9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 28 Nov 2000 13:46:17 +0000 Subject: [PATCH] (struct x_output): Add member horizontal_drag_cursor. --- src/xterm.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.39.5