From fb55b9d11ee8a83b9c2662e72af336d8deeb7a37 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 11 Sep 2013 17:56:46 +0400 Subject: [PATCH] * termhooks.h (fullscreen_hook): Remove the leftover. (struct terminal): Fix typo in comment. --- src/ChangeLog | 5 +++++ src/termhooks.h | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 41e20465d57..dda202af89f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-09-11 Dmitry Antipov + + * termhooks.h (fullscreen_hook): Remove the leftover. + (struct terminal): Fix typo in comment. + 2013-09-11 Dmitry Antipov Cleaning up a few X scroll bar bits. diff --git a/src/termhooks.h b/src/termhooks.h index 30ac7957317..a050c3292c2 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 @@ -499,7 +494,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); -- 2.39.2