aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 77f98938edb..a050c3292c2 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -31,6 +31,7 @@ INLINE_HEADER_BEGIN
31#endif 31#endif
32 32
33enum scroll_bar_part { 33enum scroll_bar_part {
34 scroll_bar_nowhere = -1,
34 scroll_bar_above_handle, 35 scroll_bar_above_handle,
35 scroll_bar_handle, 36 scroll_bar_handle,
36 scroll_bar_below_handle, 37 scroll_bar_below_handle,
@@ -42,11 +43,6 @@ enum scroll_bar_part {
42 scroll_bar_move_ratio 43 scroll_bar_move_ratio
43}; 44};
44 45
45/* If the value of the frame parameter changed, whis hook is called.
46 For example, if going from fullscreen to not fullscreen this hook
47 may do something OS dependent, like extended window manager hints on X11. */
48extern void (*fullscreen_hook) (struct frame *f);
49
50/* Output method of a terminal (and frames on this terminal, respectively). */ 46/* Output method of a terminal (and frames on this terminal, respectively). */
51 47
52enum output_method 48enum output_method
@@ -498,7 +494,7 @@ struct terminal
498 windows. */ 494 windows. */
499 void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); 495 void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
500 496
501 /* If the value of the frame parameter changed, whis hook is called. 497 /* If the value of the frame parameter changed, this hook is called.
502 For example, if going from fullscreen to not fullscreen this hook 498 For example, if going from fullscreen to not fullscreen this hook
503 may do something OS dependent, like extended window manager hints on X11. */ 499 may do something OS dependent, like extended window manager hints on X11. */
504 void (*fullscreen_hook) (struct frame *f); 500 void (*fullscreen_hook) (struct frame *f);