diff options
Diffstat (limited to 'src/androidterm.h')
| -rw-r--r-- | src/androidterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/androidterm.h b/src/androidterm.h index 2e59365b56d..9396d5fe315 100644 --- a/src/androidterm.h +++ b/src/androidterm.h | |||
| @@ -209,6 +209,9 @@ struct android_output | |||
| 209 | Emacs_Cursor bottom_edge_cursor; | 209 | Emacs_Cursor bottom_edge_cursor; |
| 210 | Emacs_Cursor bottom_left_corner_cursor; | 210 | Emacs_Cursor bottom_left_corner_cursor; |
| 211 | 211 | ||
| 212 | /* Whether or not the hourglass cursor is being displayed. */ | ||
| 213 | bool hourglass; | ||
| 214 | |||
| 212 | /* This is the Emacs structure for the display this frame is on. */ | 215 | /* This is the Emacs structure for the display this frame is on. */ |
| 213 | struct android_display_info *display_info; | 216 | struct android_display_info *display_info; |
| 214 | 217 | ||