diff options
| author | Dmitry Antipov | 2013-10-08 18:56:15 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-08 18:56:15 +0400 |
| commit | ecab13d4aa458544c604ece77e2ecdf0b9910649 (patch) | |
| tree | 1a418825805c7ea2011a13483393b9c2c4627103 /src/dispextern.h | |
| parent | ec95982c36b5ac5dcbf13f5e8173caecea74881d (diff) | |
| download | emacs-ecab13d4aa458544c604ece77e2ecdf0b9910649.tar.gz emacs-ecab13d4aa458544c604ece77e2ecdf0b9910649.zip | |
* dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.
(redraw_frame, update_frame): Adjust users.
* dispextern.h (set_window_update_flags): Adjust prototype.
* xdisp.c (redisplay_internal): When updating all frames with zero
windows_or_buffers_changed, assume that only the windows that shows
current buffer should be really updated.
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 5ddc177bcf0..2f6b730865d 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3460,7 +3460,7 @@ void blank_row (struct window *, struct glyph_row *, int); | |||
| 3460 | void clear_glyph_matrix_rows (struct glyph_matrix *, int, int); | 3460 | void clear_glyph_matrix_rows (struct glyph_matrix *, int, int); |
| 3461 | void clear_glyph_row (struct glyph_row *); | 3461 | void clear_glyph_row (struct glyph_row *); |
| 3462 | void prepare_desired_row (struct glyph_row *); | 3462 | void prepare_desired_row (struct glyph_row *); |
| 3463 | void set_window_update_flags (struct window *, bool); | 3463 | void set_window_update_flags (struct window *, struct buffer *, 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); | 3466 | void change_frame_size (struct frame *, int, int, bool, bool, bool); |