aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/termhooks.h7
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,5 +1,10 @@
12013-09-11 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * termhooks.h (fullscreen_hook): Remove the leftover.
4 (struct terminal): Fix typo in comment.
5
62013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
7
3 Cleaning up a few X scroll bar bits. 8 Cleaning up a few X scroll bar bits.
4 * termhooks.h (enum scroll_bar_part): Add scroll_bar_nowhere member. 9 * termhooks.h (enum scroll_bar_part): Add scroll_bar_nowhere member.
5 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS && USE_LUCID]: 10 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS && USE_LUCID]:
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 {
43 scroll_bar_move_ratio 43 scroll_bar_move_ratio
44}; 44};
45 45
46/* If the value of the frame parameter changed, whis hook is called.
47 For example, if going from fullscreen to not fullscreen this hook
48 may do something OS dependent, like extended window manager hints on X11. */
49extern void (*fullscreen_hook) (struct frame *f);
50
51/* Output method of a terminal (and frames on this terminal, respectively). */ 46/* Output method of a terminal (and frames on this terminal, respectively). */
52 47
53enum output_method 48enum output_method
@@ -502,7 +497,7 @@ struct terminal
502 windows. */ 497 windows. */
503 void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); 498 void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
504 499
505 /* If the value of the frame parameter changed, whis hook is called. 500 /* If the value of the frame parameter changed, this hook is called.
506 For example, if going from fullscreen to not fullscreen this hook 501 For example, if going from fullscreen to not fullscreen this hook
507 may do something OS dependent, like extended window manager hints on X11. */ 502 may do something OS dependent, like extended window manager hints on X11. */
508 void (*fullscreen_hook) (struct frame *f); 503 void (*fullscreen_hook) (struct frame *f);