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/termhooks.h | |
| 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/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 7 |
1 files changed, 1 insertions, 6 deletions
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); |