diff options
| author | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
| commit | aeb894a9a06d84d29b93ca04432d7cbed366e665 (patch) | |
| tree | e2b73f9a76bc826c7a443e9a8d4fb3b49bdf7332 /src/dispextern.h | |
| parent | 763a11d0d0dcf543e89a22c98f55ea07c40ceefa (diff) | |
| parent | a984543a4488ed08778eb775d62f7091db117945 (diff) | |
| download | emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.tar.gz emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.zip | |
merge trunk
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5396aeb6c8e..0e04cc466d3 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3460,7 +3460,7 @@ void increment_matrix_positions (struct glyph_matrix *, | |||
| 3460 | void blank_row (struct window *, struct glyph_row *, int); | 3460 | void blank_row (struct window *, struct glyph_row *, int); |
| 3461 | void clear_glyph_matrix_rows (struct glyph_matrix *, int, int); | 3461 | void clear_glyph_matrix_rows (struct glyph_matrix *, int, int); |
| 3462 | void clear_glyph_row (struct glyph_row *); | 3462 | void clear_glyph_row (struct glyph_row *); |
| 3463 | void prepare_desired_row (struct glyph_row *); | 3463 | void prepare_desired_row (struct window *, struct glyph_row *, bool); |
| 3464 | void update_single_window (struct window *, bool); | 3464 | void update_single_window (struct window *, bool); |
| 3465 | void do_pending_window_change (bool); | 3465 | void do_pending_window_change (bool); |
| 3466 | void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); | 3466 | void change_frame_size (struct frame *, int, int, bool, bool, bool, bool); |