]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New member overlay_arrow_bitmap.
authorKim F. Storm <storm@cua.dk>
Mon, 1 Mar 2004 23:56:20 +0000 (23:56 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 1 Mar 2004 23:56:20 +0000 (23:56 +0000)
src/window.h

index 0a4bdb6e8913bcf82feb908b33869240e740de12..c665e9921c6d374d08470aee0b4c3fdb842d6aff 100644 (file)
@@ -254,6 +254,9 @@ 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;