mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 16:01:04 -08:00
(struct window): Remove member overlay_arrow_bitmap.
This commit is contained in:
parent
c21f77c70d
commit
3f34b6bd01
1 changed files with 0 additions and 3 deletions
|
|
@ -259,9 +259,6 @@ struct window
|
|||
/* This is handy for undrawing the cursor. */
|
||||
int phys_cursor_ascent, phys_cursor_height;
|
||||
|
||||
/* Alternate overlay-arrow-bitmap in this window. */
|
||||
int overlay_arrow_bitmap;
|
||||
|
||||
/* Non-zero means the cursor is currently displayed. This can be
|
||||
set to zero by functions overpainting the cursor image. */
|
||||
unsigned phys_cursor_on_p : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue