From: Dmitry Antipov Date: Wed, 11 Sep 2013 13:56:46 +0000 (+0400) Subject: * termhooks.h (fullscreen_hook): Remove the leftover. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb55b9d11ee8a83b9c2662e72af336d8deeb7a37;p=emacs.git * termhooks.h (fullscreen_hook): Remove the leftover. (struct terminal): Fix typo in comment. --- 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);