diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 33d89674273..bd9b4ec4575 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -427,6 +427,7 @@ struct terminal | |||
| 427 | void (*delete_glyphs_hook) P_ ((struct frame *, int)); | 427 | void (*delete_glyphs_hook) P_ ((struct frame *, int)); |
| 428 | 428 | ||
| 429 | void (*ring_bell_hook) P_ ((struct frame *f)); | 429 | void (*ring_bell_hook) P_ ((struct frame *f)); |
| 430 | void (*toggle_invisible_pointer_hook) P_ ((struct frame *f, int invisible)); | ||
| 430 | 431 | ||
| 431 | void (*reset_terminal_modes_hook) P_ ((struct terminal *)); | 432 | void (*reset_terminal_modes_hook) P_ ((struct terminal *)); |
| 432 | void (*set_terminal_modes_hook) P_ ((struct terminal *)); | 433 | void (*set_terminal_modes_hook) P_ ((struct terminal *)); |