diff options
| author | Karoly Lorentey | 2005-04-19 13:33:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-04-19 13:33:31 +0000 |
| commit | 8d6f9bce72ee94ed6c297b79a181eac3f5beca74 (patch) | |
| tree | 36cf3b6a5923171e371f9236eab36ad7de742b48 /src/window.h | |
| parent | 774a8da14bb2520b6adad223ab13f0b64f002872 (diff) | |
| parent | cd01ded928a8d082b9dbed6e9747c3d31b337b71 (diff) | |
| download | emacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.tar.gz emacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-266
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-267
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-66
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-330
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index 8df0b6bb3eb..493b5aa9486 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -259,9 +259,6 @@ struct window | |||
| 259 | /* This is handy for undrawing the cursor. */ | 259 | /* This is handy for undrawing the cursor. */ |
| 260 | int phys_cursor_ascent, phys_cursor_height; | 260 | int phys_cursor_ascent, phys_cursor_height; |
| 261 | 261 | ||
| 262 | /* Alternate overlay-arrow-bitmap in this window. */ | ||
| 263 | int overlay_arrow_bitmap; | ||
| 264 | |||
| 265 | /* Non-zero means the cursor is currently displayed. This can be | 262 | /* Non-zero means the cursor is currently displayed. This can be |
| 266 | set to zero by functions overpainting the cursor image. */ | 263 | set to zero by functions overpainting the cursor image. */ |
| 267 | unsigned phys_cursor_on_p : 1; | 264 | unsigned phys_cursor_on_p : 1; |