From f03fad2222e1e39a5f262f54e86c45338e6f36d4 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 2 Dec 2000 21:02:59 +0000 Subject: [PATCH] (struct w32_output): Add member horizontal_drag_cursor. --- src/w32term.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.39.5