emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102286: * src/xdisp.c (note_mode_lin


From: Jan D
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102286: * src/xdisp.c (note_mode_line_or_margin_highlight): Initialize
Date: Sun, 07 Nov 2010 12:16:54 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102286
committer: Jan D <address@hidden>
branch nick: trunk
timestamp: Sun 2010-11-07 12:16:54 +0100
message:
  * src/xdisp.c (note_mode_line_or_margin_highlight): Initialize
  Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-11-06 13:49:29 +0000
+++ b/src/ChangeLog     2010-11-07 11:16:54 +0000
@@ -1,3 +1,8 @@
+2010-11-07  Jan Djärv  <address@hidden>
+
+       * xdisp.c (note_mode_line_or_margin_highlight): Initialize
+       Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
+
 2010-11-06  Eli Zaretskii  <address@hidden>
 
        * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2010-11-06 18:19:32 +0000
+++ b/src/xdisp.c       2010-11-07 11:16:54 +0000
@@ -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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]