# HG changeset patch # User Kim F. Storm # Date 1078185380 0 # Node ID 64d382192369ea8dc3420c91a8c2a320929edd2f # Parent b35f97c56fa4a66f31d19a9542c01c4a11a86e44 (struct window): New member overlay_arrow_bitmap. diff -r b35f97c56fa4 -r 64d382192369 src/window.h --- 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;