aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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. */