diff src/xdisp.c @ 111438:381161c05d64

* src/xdisp.c (note_mode_line_or_margin_highlight): Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
author Jan D <jan.h.d@swipnet.se>
date Sun, 07 Nov 2010 12:16:54 +0100
parents 6ce85d43dfda
children 5c986eef8f0d
line wrap: on
line diff
--- a/src/xdisp.c	Sat Nov 06 19:02:54 2010 -0700
+++ b/src/xdisp.c	Sun Nov 07 12:16:54 2010 +0100
@@ -25071,10 +25071,8 @@
   Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
 #ifdef HAVE_WINDOW_SYSTEM
   Display_Info *dpyinfo;
-  Cursor cursor;
-#else
+#endif
   Cursor cursor = No_Cursor;
-#endif
   Lisp_Object pointer = Qnil;
   int dx, dy, width, height;
   EMACS_INT charpos;