aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-11 17:34:55 +0300
committerEli Zaretskii2012-08-11 17:34:55 +0300
commit141f1ff7a40cda10f0558e891dd196a943a5082e (patch)
tree4a1fced77628527d37258b7dfb1970db9a91653c /src/dispextern.h
parentb5e9cbb6fdce4b7e8c5cd6ad1addf6e4af35da67 (diff)
downloademacs-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.h1
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 *);
3302extern void free_glyphs (struct frame *); 3302extern void free_glyphs (struct frame *);
3303extern void free_window_matrices (struct window *); 3303extern void free_window_matrices (struct window *);
3304extern void check_glyph_memory (void); 3304extern void check_glyph_memory (void);
3305extern struct glyph_matrix *save_current_matrix (struct frame *);
3305extern void mirrored_line_dance (struct glyph_matrix *, int, int, int *, 3306extern void mirrored_line_dance (struct glyph_matrix *, int, int, int *,
3306 char *); 3307 char *);
3307extern void clear_glyph_matrix (struct glyph_matrix *); 3308extern void clear_glyph_matrix (struct glyph_matrix *);