# HG changeset patch # User Jan D # Date 1289128614 -3600 # Node ID 381161c05d6458915af64e68b1679d56a34a1f98 # Parent 1b60252580dedc20aa39cf60022b764829c1c94c * src/xdisp.c (note_mode_line_or_margin_highlight): Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also. diff -r 1b60252580de -r 381161c05d64 src/ChangeLog --- a/src/ChangeLog Sat Nov 06 19:02:54 2010 -0700 +++ b/src/ChangeLog Sun Nov 07 12:16:54 2010 +0100 @@ -1,3 +1,8 @@ +2010-11-07 Jan Djärv + + * xdisp.c (note_mode_line_or_margin_highlight): Initialize + Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also. + 2010-11-06 Eli Zaretskii * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L, diff -r 1b60252580de -r 381161c05d64 src/xdisp.c --- 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;