aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 371cf9005bc..9956682c5cd 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -345,6 +345,14 @@ struct w32_output
345 Cursor hourglass_cursor; 345 Cursor hourglass_cursor;
346 Cursor horizontal_drag_cursor; 346 Cursor horizontal_drag_cursor;
347 Cursor vertical_drag_cursor; 347 Cursor vertical_drag_cursor;
348 Cursor left_edge_cursor;
349 Cursor top_left_corner_cursor;
350 Cursor top_edge_cursor;
351 Cursor top_right_corner_cursor;
352 Cursor right_edge_cursor;
353 Cursor bottom_right_corner_cursor;
354 Cursor bottom_edge_cursor;
355 Cursor bottom_left_corner_cursor;
348 356
349 /* Non-zero means hourglass cursor is currently displayed. */ 357 /* Non-zero means hourglass cursor is currently displayed. */
350 unsigned hourglass_p : 1; 358 unsigned hourglass_p : 1;