aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 13:51:52 +0000
committerKim F. Storm2003-03-21 13:51:52 +0000
commitb8a9367660f5d7c545fecc636620ab5ccf624de7 (patch)
tree6ff24d1e1898f4c1d5e630cc952c11e3703ee0ea /src
parent892710995058b234e721c670b9988fd616150ffa (diff)
downloademacs-b8a9367660f5d7c545fecc636620ab5ccf624de7.tar.gz
emacs-b8a9367660f5d7c545fecc636620ab5ccf624de7.zip
(struct w32_output): Remove cross_cursor member.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
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
350 Cursor text_cursor; 350 Cursor text_cursor;
351 Cursor nontext_cursor; 351 Cursor nontext_cursor;
352 Cursor modeline_cursor; 352 Cursor modeline_cursor;
353 Cursor cross_cursor; 353 Cursor hand_cursor;
354 Cursor hourglass_cursor; 354 Cursor hourglass_cursor;
355 Cursor horizontal_drag_cursor; 355 Cursor horizontal_drag_cursor;
356 Cursor hand_cursor;
357 356
358 /* Window whose cursor is hourglass_cursor. This window is 357 /* Window whose cursor is hourglass_cursor. This window is
359 temporarily mapped to display an hourglass cursor. */ 358 temporarily mapped to display an hourglass cursor. */