(struct w32_output): Remove cross_cursor member.
authorKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:51:52 +0000 (13:51 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:51:52 +0000 (13:51 +0000)
src/w32term.h

index 841f027..6626f62 100644 (file)
@@ -350,10 +350,9 @@ struct w32_output
   Cursor text_cursor;
   Cursor nontext_cursor;
   Cursor modeline_cursor;
-  Cursor cross_cursor;
+  Cursor hand_cursor;
   Cursor hourglass_cursor;
   Cursor horizontal_drag_cursor;
-  Cursor hand_cursor;
 
   /* Window whose cursor is hourglass_cursor.  This window is
      temporarily mapped to display an hourglass cursor.  */