diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 3c738861af4..0ab19fdd8dc 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -166,6 +166,9 @@ struct x_display_info | |||
| 166 | /* The cursor to use for vertical scroll bars. */ | 166 | /* The cursor to use for vertical scroll bars. */ |
| 167 | Cursor vertical_scroll_bar_cursor; | 167 | Cursor vertical_scroll_bar_cursor; |
| 168 | 168 | ||
| 169 | /* The invisible cursor used for pointer blanking. */ | ||
| 170 | Cursor invisible_cursor; | ||
| 171 | |||
| 169 | #ifdef USE_GTK | 172 | #ifdef USE_GTK |
| 170 | /* The GDK cursor for scroll bars and popup menus. */ | 173 | /* The GDK cursor for scroll bars and popup menus. */ |
| 171 | GdkCursor *xg_cursor; | 174 | GdkCursor *xg_cursor; |
| @@ -522,6 +525,7 @@ struct x_output | |||
| 522 | Cursor hand_cursor; | 525 | Cursor hand_cursor; |
| 523 | Cursor hourglass_cursor; | 526 | Cursor hourglass_cursor; |
| 524 | Cursor horizontal_drag_cursor; | 527 | Cursor horizontal_drag_cursor; |
| 528 | Cursor current_cursor; | ||
| 525 | 529 | ||
| 526 | /* Window whose cursor is hourglass_cursor. This window is temporarily | 530 | /* Window whose cursor is hourglass_cursor. This window is temporarily |
| 527 | mapped to display an hourglass cursor. */ | 531 | mapped to display an hourglass cursor. */ |