diff options
| author | Jason Rumney | 2000-12-02 21:02:59 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-12-02 21:02:59 +0000 |
| commit | f03fad2222e1e39a5f262f54e86c45338e6f36d4 (patch) | |
| tree | 53967b0b278a40db5fb0eefa25e2def730fba176 /src | |
| parent | 4694d76242f0c188a48c987f4437ac8299ec3877 (diff) | |
| download | emacs-f03fad2222e1e39a5f262f54e86c45338e6f36d4.tar.gz emacs-f03fad2222e1e39a5f262f54e86c45338e6f36d4.zip | |
(struct w32_output): Add member horizontal_drag_cursor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 351 | Cursor modeline_cursor; | 351 | Cursor modeline_cursor; |
| 352 | Cursor cross_cursor; | 352 | Cursor cross_cursor; |
| 353 | Cursor busy_cursor; | 353 | Cursor busy_cursor; |
| 354 | Cursor horizontal_drag_cursor; | ||
| 354 | 355 | ||
| 355 | /* Window whose cursor is busy_cursor. This window is temporarily | 356 | /* Window whose cursor is busy_cursor. This window is temporarily |
| 356 | mapped to display a busy-cursor. */ | 357 | mapped to display a busy-cursor. */ |