aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xdisp.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f6a54027a6..92675fce0cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-11-07 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xdisp.c (note_mode_line_or_margin_highlight): Initialize
4 Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
5
12010-11-06 Eli Zaretskii <eliz@gnu.org> 62010-11-06 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L, 8 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
diff --git a/src/xdisp.c b/src/xdisp.c
index b3da4654213..928a37a2b50 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -25071,10 +25071,8 @@ note_mode_line_or_margin_highlight (Lisp_Object window, int x, int y,
25071 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); 25071 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
25072#ifdef HAVE_WINDOW_SYSTEM 25072#ifdef HAVE_WINDOW_SYSTEM
25073 Display_Info *dpyinfo; 25073 Display_Info *dpyinfo;
25074 Cursor cursor;
25075#else
25076 Cursor cursor = No_Cursor;
25077#endif 25074#endif
25075 Cursor cursor = No_Cursor;
25078 Lisp_Object pointer = Qnil; 25076 Lisp_Object pointer = Qnil;
25079 int dx, dy, width, height; 25077 int dx, dy, width, height;
25080 EMACS_INT charpos; 25078 EMACS_INT charpos;