summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2013-09-11 16:17:49 +0200
committerJoakim Verona <joakim@verona.se>2013-09-11 16:17:49 +0200
commite9d8fea04e2d22ba8c6b238444f04d654492fa76 (patch)
tree5cc927f1780543c5848c88af7896703e404df0b0 /src/termhooks.h
parent6070fc71f3af2a40bc3402ac387665fa713fa8e5 (diff)
parent412a09723c5cf5f8b8a28fc0ef104750de3a6d7f (diff)
downloademacs-e9d8fea04e2d22ba8c6b238444f04d654492fa76.tar.gz
merge from trunk
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 3f9ccdcb1d6..1efdc7222cb 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -43,11 +43,6 @@ enum scroll_bar_part {
scroll_bar_move_ratio
};
-/* If the value of the frame parameter changed, whis hook is called.
- For example, if going from fullscreen to not fullscreen this hook
- may do something OS dependent, like extended window manager hints on X11. */
-extern void (*fullscreen_hook) (struct frame *f);
-
/* Output method of a terminal (and frames on this terminal, respectively). */
enum output_method
@@ -502,7 +497,7 @@ struct terminal
windows. */
void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
- /* If the value of the frame parameter changed, whis hook is called.
+ /* If the value of the frame parameter changed, this hook is called.
For example, if going from fullscreen to not fullscreen this hook
may do something OS dependent, like extended window manager hints on X11. */
void (*fullscreen_hook) (struct frame *f);