aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2000-12-02 21:02:59 +0000
committerJason Rumney <[email protected]>2000-12-02 21:02:59 +0000
commitf03fad2222e1e39a5f262f54e86c45338e6f36d4 (patch)
tree53967b0b278a40db5fb0eefa25e2def730fba176
parent4694d76242f0c188a48c987f4437ac8299ec3877 (diff)
(struct w32_output): Add member horizontal_drag_cursor.
-rw-r--r--src/w32term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index fb3c14070d..a633e56dfc 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. */