diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:51:52 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:51:52 +0000 |
commit | b8a9367660f5d7c545fecc636620ab5ccf624de7 (patch) | |
tree | 6ff24d1e1898f4c1d5e630cc952c11e3703ee0ea /src/w32term.h | |
parent | 892710995058b234e721c670b9988fd616150ffa (diff) | |
download | emacs-b8a9367660f5d7c545fecc636620ab5ccf624de7.tar.gz |
(struct w32_output): Remove cross_cursor member.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32term.h b/src/w32term.h index 841f027341d..6626f6274ec 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -350,10 +350,9 @@ struct w32_output 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. */ |