mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(struct glyph_matrix): New members nrows_scale_factor
and ncols_scale_factor.
This commit is contained in:
parent
7a146de213
commit
71a0ff9a80
1 changed files with 5 additions and 0 deletions
|
|
@ -236,6 +236,11 @@ struct window
|
|||
struct glyph_matrix *current_matrix;
|
||||
struct glyph_matrix *desired_matrix;
|
||||
|
||||
/* Scaling factor for the glyph_matrix size calculation in this window.
|
||||
Used if window contains many small images or uses proportional fonts,
|
||||
as the normal may yield a matrix which is too small. */
|
||||
int nrows_scale_factor, ncols_scale_factor;
|
||||
|
||||
/* Cursor position as of last update that completed without
|
||||
pause. This is the position of last_point. */
|
||||
struct cursor_pos last_cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue