diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
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; |