aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-01 23:56:20 +0000
committerKim F. Storm2004-03-01 23:56:20 +0000
commit4789e691f89f13bee32c4ab0b984781a87ad25c1 (patch)
tree29d3f9b7bf94f5d08f3312030346a698f1461f36 /src
parent351b5434f9c4a242fdc5494ee8d0128f5baa4120 (diff)
downloademacs-4789e691f89f13bee32c4ab0b984781a87ad25c1.tar.gz
emacs-4789e691f89f13bee32c4ab0b984781a87ad25c1.zip
(struct window): New member overlay_arrow_bitmap.
Diffstat (limited to 'src')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 0a4bdb6e891..c665e9921c6 100644
--- a/src/window.h
+++ b/src/window.h
@@ -254,6 +254,9 @@ struct window
254 /* This is handy for undrawing the cursor. */ 254 /* This is handy for undrawing the cursor. */
255 int phys_cursor_ascent, phys_cursor_height; 255 int phys_cursor_ascent, phys_cursor_height;
256 256
257 /* Alternate overlay-arrow-bitmap in this window. */
258 int overlay_arrow_bitmap;
259
257 /* Non-zero means the cursor is currently displayed. This can be 260 /* Non-zero means the cursor is currently displayed. This can be
258 set to zero by functions overpainting the cursor image. */ 261 set to zero by functions overpainting the cursor image. */
259 unsigned phys_cursor_on_p : 1; 262 unsigned phys_cursor_on_p : 1;