diff options
| author | Eli Zaretskii | 2012-08-11 17:34:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-11 17:34:55 +0300 |
| commit | 141f1ff7a40cda10f0558e891dd196a943a5082e (patch) | |
| tree | 4a1fced77628527d37258b7dfb1970db9a91653c /src/dispextern.h | |
| parent | b5e9cbb6fdce4b7e8c5cd6ad1addf6e4af35da67 (diff) | |
| download | emacs-141f1ff7a40cda10f0558e891dd196a943a5082e.tar.gz emacs-141f1ff7a40cda10f0558e891dd196a943a5082e.zip | |
Second commit; does not compile yet.
Finalized saving of current_matrix and restoring into desired_matrix.
Added margin areas, when non-empty, to save/restore.
Replaced ScreenRetreive and ScreenUpdate with the new functions based on
saving and restoring glyph matrices.
Started work on reading input via read_char while inside menu display.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 65df553c831..9ffb1e5a67a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3302,6 +3302,7 @@ extern void adjust_glyphs (struct frame *); | |||
| 3302 | extern void free_glyphs (struct frame *); | 3302 | extern void free_glyphs (struct frame *); |
| 3303 | extern void free_window_matrices (struct window *); | 3303 | extern void free_window_matrices (struct window *); |
| 3304 | extern void check_glyph_memory (void); | 3304 | extern void check_glyph_memory (void); |
| 3305 | extern struct glyph_matrix *save_current_matrix (struct frame *); | ||
| 3305 | extern void mirrored_line_dance (struct glyph_matrix *, int, int, int *, | 3306 | extern void mirrored_line_dance (struct glyph_matrix *, int, int, int *, |
| 3306 | char *); | 3307 | char *); |
| 3307 | extern void clear_glyph_matrix (struct glyph_matrix *); | 3308 | extern void clear_glyph_matrix (struct glyph_matrix *); |