aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-12 15:26:41 +0000
committerRichard M. Stallman1996-10-12 15:26:41 +0000
commite85276be4af70f2c749576098cd81edc1cf9ac9b (patch)
tree0e1919ad0593bad48f0e0abf7c8cf805b869c7ef /src
parent505ce248f45c2e0fc4b01e4f785ab93d4ca7e88f (diff)
downloademacs-e85276be4af70f2c749576098cd81edc1cf9ac9b.tar.gz
emacs-e85276be4af70f2c749576098cd81edc1cf9ac9b.zip
(struct frame): New field phys_cursor_on.
Diffstat (limited to 'src')
-rw-r--r--src/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 613f67e4cc3..6d21437c860 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -163,6 +163,8 @@ struct frame
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;