changeset 54228:64d382192369

(struct window): New member overlay_arrow_bitmap.
author Kim F. Storm <storm@cua.dk>
date Mon, 01 Mar 2004 23:56:20 +0000
parents b35f97c56fa4
children 87fa8d221274
files src/window.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Mon Mar 01 23:55:52 2004 +0000
+++ b/src/window.h	Mon Mar 01 23:56:20 2004 +0000
@@ -254,6 +254,9 @@
     /* 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;