diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index a75257006fd..803feda99f3 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -637,6 +637,14 @@ struct x_output | |||
| 637 | Cursor horizontal_drag_cursor; | 637 | Cursor horizontal_drag_cursor; |
| 638 | Cursor vertical_drag_cursor; | 638 | Cursor vertical_drag_cursor; |
| 639 | Cursor current_cursor; | 639 | Cursor current_cursor; |
| 640 | Cursor left_edge_cursor; | ||
| 641 | Cursor top_left_corner_cursor; | ||
| 642 | Cursor top_edge_cursor; | ||
| 643 | Cursor top_right_corner_cursor; | ||
| 644 | Cursor right_edge_cursor; | ||
| 645 | Cursor bottom_right_corner_cursor; | ||
| 646 | Cursor bottom_edge_cursor; | ||
| 647 | Cursor bottom_left_corner_cursor; | ||
| 640 | 648 | ||
| 641 | /* Window whose cursor is hourglass_cursor. This window is temporarily | 649 | /* Window whose cursor is hourglass_cursor. This window is temporarily |
| 642 | mapped to display an hourglass cursor. */ | 650 | mapped to display an hourglass cursor. */ |