diff src/window.h @ 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 695cf19ef79e
children 0f5f3d0c5f4c b1f57ac99be5
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;