(cross_cursor): New field for struct x_display.

This commit is contained in:
Fred Pierresteguy 1994-04-08 15:58:23 +00:00
parent 27ead1d5eb
commit 6bfbdaebce

View file

@ -321,6 +321,7 @@ struct x_display
Cursor text_cursor;
Cursor nontext_cursor;
Cursor modeline_cursor;
Cursor cross_cursor;
#else
Cursor cursor;
#endif