emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106217: * src/window.c (make_window)


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106217: * src/window.c (make_window): Initialize phys_cursor_on_p.
Date: Fri, 28 Oct 2011 08:34:06 -0600
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106217
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2011-10-28 08:34:06 -0600
message:
  * src/window.c (make_window): Initialize phys_cursor_on_p.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-10-28 13:48:19 +0000
+++ b/src/ChangeLog     2011-10-28 14:34:06 +0000
@@ -1,3 +1,7 @@
+2011-10-28  Dan Nicolaescu  <address@hidden>
+
+       * window.c (make_window): Initialize phys_cursor_on_p.
+
 2011-10-28  Stefan Monnier  <address@hidden>
 
        * lisp.h (struct Lisp_Symbol): Update comments.

=== modified file 'src/window.c'
--- a/src/window.c      2011-10-27 14:35:51 +0000
+++ b/src/window.c      2011-10-28 14:34:06 +0000
@@ -3320,6 +3320,7 @@
   memset (&w->phys_cursor, 0, sizeof (w->phys_cursor));
   w->phys_cursor_type = -1;
   w->phys_cursor_width = -1;
+  w->phys_cursor_on_p = 0;
   w->last_cursor_off_p = w->cursor_off_p = 0;
   w->must_be_updated_p = 0;
   w->pseudo_window_p = 0;


reply via email to

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