aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-11 18:42:06 +0300
committerEli Zaretskii2013-10-11 18:42:06 +0300
commitabe020201356dca6792d48add69029658b1df0b0 (patch)
tree48f0fc84ac14c7eb131ac3ef8da01383eabd684e /src/dispextern.h
parent9428abbf51a05346caf1315130411af1811ba0f7 (diff)
downloademacs-abe020201356dca6792d48add69029658b1df0b0.tar.gz
emacs-abe020201356dca6792d48add69029658b1df0b0.zip
Support frame dimension changes while TTY menus are displayed.
src/xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO have different dimensions. src/dispnew.c (fill_up_frame_row_with_spaces): Now has external visibility. src/dispextern.h (fill_up_frame_row_with_spaces): Add prototype. Fixes: debbugs:15575
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 10cd3169408..2d09fe7c5fe 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3472,6 +3472,7 @@ void init_display (void);
3472void syms_of_display (void); 3472void syms_of_display (void);
3473extern Lisp_Object Qredisplay_dont_pause; 3473extern Lisp_Object Qredisplay_dont_pause;
3474extern void spec_glyph_lookup_face (struct window *, GLYPH *); 3474extern void spec_glyph_lookup_face (struct window *, GLYPH *);
3475extern void fill_up_frame_row_with_spaces (struct glyph_row *, int);
3475 3476
3476/* Defined in terminal.c */ 3477/* Defined in terminal.c */
3477 3478