comparison src/frame.h @ 16429:66d1b1af0991

(struct frame): New field phys_cursor_on.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Oct 1996 15:26:41 +0000
parents 91846d76268d
children 481b7874a1e9
comparison
equal deleted inserted replaced
16428:45830d037b44 16429:66d1b1af0991
161 int phys_cursor_x; 161 int phys_cursor_x;
162 int phys_cursor_y; 162 int phys_cursor_y;
163 /* This is handy for undrawing the cursor, because current_glyphs is 163 /* This is handy for undrawing the cursor, because current_glyphs is
164 not always accurate when in do_scrolling. */ 164 not always accurate when in do_scrolling. */
165 GLYPH phys_cursor_glyph; 165 GLYPH phys_cursor_glyph;
166 /* Nonzero means the cursor is displayed. */
167 int phys_cursor_on;
166 168
167 /* Size of this frame, in units of characters. */ 169 /* Size of this frame, in units of characters. */
168 EMACS_INT height; 170 EMACS_INT height;
169 EMACS_INT width; 171 EMACS_INT width;
170 EMACS_INT window_width; 172 EMACS_INT window_width;