From b8a9367660f5d7c545fecc636620ab5ccf624de7 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 21 Mar 2003 13:51:52 +0000 Subject: [PATCH] (struct w32_output): Remove cross_cursor member. --- src/w32term.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/w32term.h b/src/w32term.h index 841f027341..6626f6274e 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -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. */ -- 2.20.1