aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 8ee126816d6..a643712e92f 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -321,6 +321,7 @@ struct x_display
321 Cursor text_cursor; 321 Cursor text_cursor;
322 Cursor nontext_cursor; 322 Cursor nontext_cursor;
323 Cursor modeline_cursor; 323 Cursor modeline_cursor;
324 Cursor cross_cursor;
324#else 325#else
325 Cursor cursor; 326 Cursor cursor;
326#endif 327#endif