diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/window.h | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
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 fb56be8bfb7..b2c62fde01f 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -790,6 +790,7 @@ extern void foreach_window P_ ((struct frame *, | |||
| 790 | extern void grow_mini_window P_ ((struct window *, int)); | 790 | extern void grow_mini_window P_ ((struct window *, int)); |
| 791 | extern void shrink_mini_window P_ ((struct window *)); | 791 | extern void shrink_mini_window P_ ((struct window *)); |
| 792 | 792 | ||
| 793 | void run_window_configuration_change_hook (struct frame *f); | ||
| 793 | 794 | ||
| 794 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero | 795 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero |
| 795 | means it's allowed to run hooks. See make_frame for a case where | 796 | means it's allowed to run hooks. See make_frame for a case where |