diff options
| author | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
| commit | cafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch) | |
| tree | 7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /src/window.h | |
| parent | a08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff) | |
| parent | 4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff) | |
| download | emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip | |
Merge from trunk
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 9f0809e4f16..ad627aca340 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -778,6 +778,7 @@ extern void freeze_window_starts (struct frame *, int); | |||
| 778 | extern void grow_mini_window (struct window *, int); | 778 | extern void grow_mini_window (struct window *, int); |
| 779 | extern void shrink_mini_window (struct window *); | 779 | extern void shrink_mini_window (struct window *); |
| 780 | extern int window_relative_x_coord (struct window *, enum window_part, int); | 780 | extern int window_relative_x_coord (struct window *, enum window_part, int); |
| 781 | extern void check_all_windows (void); | ||
| 781 | 782 | ||
| 782 | void run_window_configuration_change_hook (struct frame *f); | 783 | void run_window_configuration_change_hook (struct frame *f); |
| 783 | 784 | ||