Mercurial > emacs
changeset 61636:fe8f5f0fe1ca
(struct window): Remove member overlay_arrow_bitmap.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 18 Apr 2005 14:09:56 +0000 |
parents | a31ea8d7f03c |
children | 54eea2db9773 |
files | src/window.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Mon Apr 18 14:09:47 2005 +0000 +++ b/src/window.h Mon Apr 18 14:09:56 2005 +0000 @@ -259,9 +259,6 @@ /* 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;