diff options
| author | Dmitry Antipov | 2013-09-11 17:56:46 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-11 17:56:46 +0400 |
| commit | fb55b9d11ee8a83b9c2662e72af336d8deeb7a37 (patch) | |
| tree | fbbf7d8211f9f4b2437e342961603c7c16685d43 /src | |
| parent | 927eec55795f20df2e4817e4678939a108325012 (diff) | |
| download | emacs-fb55b9d11ee8a83b9c2662e72af336d8deeb7a37.tar.gz emacs-fb55b9d11ee8a83b9c2662e72af336d8deeb7a37.zip | |
* termhooks.h (fullscreen_hook): Remove the leftover.
(struct terminal): Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | 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,5 +1,10 @@ | |||
| 1 | 2013-09-11 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-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 | |||
| 6 | 2013-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 30ac7957317..a050c3292c2 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. */ | ||
| 49 | extern 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 | ||
| 53 | enum output_method | 48 | enum output_method |
| @@ -499,7 +494,7 @@ struct terminal | |||
| 499 | windows. */ | 494 | windows. */ |
| 500 | void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); | 495 | void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); |
| 501 | 496 | ||
| 502 | /* 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. |
| 503 | For example, if going from fullscreen to not fullscreen this hook | 498 | For example, if going from fullscreen to not fullscreen this hook |
| 504 | 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. */ |
| 505 | void (*fullscreen_hook) (struct frame *f); | 500 | void (*fullscreen_hook) (struct frame *f); |