aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 1e53ae659cb..d8f98444ae9 100644
--- a/src/window.h
+++ b/src/window.h
@@ -236,6 +236,11 @@ struct window
236 struct glyph_matrix *current_matrix; 236 struct glyph_matrix *current_matrix;
237 struct glyph_matrix *desired_matrix; 237 struct glyph_matrix *desired_matrix;
238 238
239 /* Scaling factor for the glyph_matrix size calculation in this window.
240 Used if window contains many small images or uses proportional fonts,
241 as the normal may yield a matrix which is too small. */
242 int nrows_scale_factor, ncols_scale_factor;
243
239 /* Cursor position as of last update that completed without 244 /* Cursor position as of last update that completed without
240 pause. This is the position of last_point. */ 245 pause. This is the position of last_point. */
241 struct cursor_pos last_cursor; 246 struct cursor_pos last_cursor;