Mercurial > emacs
changeset 50232:fbdd920c1fa4
(struct w32_output): Remove cross_cursor member.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 21 Mar 2003 13:51:52 +0000 |
parents | c8ea5e4b2129 |
children | e25cbad07868 |
files | src/w32term.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Fri Mar 21 13:51:43 2003 +0000 +++ b/src/w32term.h Fri Mar 21 13:51:52 2003 +0000 @@ -350,10 +350,9 @@ Cursor text_cursor; Cursor nontext_cursor; Cursor modeline_cursor; - Cursor cross_cursor; + Cursor hand_cursor; Cursor hourglass_cursor; Cursor horizontal_drag_cursor; - Cursor hand_cursor; /* Window whose cursor is hourglass_cursor. This window is temporarily mapped to display an hourglass cursor. */