diff options
| author | Kenichi Handa | 2013-09-12 23:48:18 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-09-12 23:48:18 +0900 |
| commit | 56d968a488c68563c5eae8264b7d3adfee9dc684 (patch) | |
| tree | 712adf1c2f7e12ac9d169958ea63760ad42fc6ce /src/termhooks.h | |
| parent | b5623270b6047528786d4550cebe0b228ecadb6b (diff) | |
| parent | 4dfa4b9bd944fa385b248b5b0b56e95979119420 (diff) | |
| download | emacs-56d968a488c68563c5eae8264b7d3adfee9dc684.tar.gz emacs-56d968a488c68563c5eae8264b7d3adfee9dc684.zip | |
merge trunk
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 77f98938edb..a050c3292c2 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -31,6 +31,7 @@ INLINE_HEADER_BEGIN | |||
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | enum scroll_bar_part { | 33 | enum scroll_bar_part { |
| 34 | scroll_bar_nowhere = -1, | ||
| 34 | scroll_bar_above_handle, | 35 | scroll_bar_above_handle, |
| 35 | scroll_bar_handle, | 36 | scroll_bar_handle, |
| 36 | scroll_bar_below_handle, | 37 | scroll_bar_below_handle, |
| @@ -42,11 +43,6 @@ enum scroll_bar_part { | |||
| 42 | scroll_bar_move_ratio | 43 | scroll_bar_move_ratio |
| 43 | }; | 44 | }; |
| 44 | 45 | ||
| 45 | /* If the value of the frame parameter changed, whis hook is called. | ||
| 46 | For example, if going from fullscreen to not fullscreen this hook | ||
| 47 | may do something OS dependent, like extended window manager hints on X11. */ | ||
| 48 | extern void (*fullscreen_hook) (struct frame *f); | ||
| 49 | |||
| 50 | /* Output method of a terminal (and frames on this terminal, respectively). */ | 46 | /* Output method of a terminal (and frames on this terminal, respectively). */ |
| 51 | 47 | ||
| 52 | enum output_method | 48 | enum output_method |
| @@ -498,7 +494,7 @@ struct terminal | |||
| 498 | windows. */ | 494 | windows. */ |
| 499 | void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); | 495 | void (*frame_raise_lower_hook) (struct frame *f, int raise_flag); |
| 500 | 496 | ||
| 501 | /* 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. |
| 502 | For example, if going from fullscreen to not fullscreen this hook | 498 | For example, if going from fullscreen to not fullscreen this hook |
| 503 | 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. */ |
| 504 | void (*fullscreen_hook) (struct frame *f); | 500 | void (*fullscreen_hook) (struct frame *f); |