emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Wed, 21 Jul 2004 17:11:52 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.471 emacs/src/window.c:1.472
*** emacs/src/window.c:1.471    Mon Jul 19 21:57:05 2004
--- emacs/src/window.c  Wed Jul 21 21:08:45 2004
***************
*** 260,265 ****
--- 260,266 ----
    bzero (&p->last_cursor, sizeof (p->last_cursor));
    bzero (&p->phys_cursor, sizeof (p->phys_cursor));
    p->desired_matrix = p->current_matrix = 0;
+   p->nrows_scale_factor = p->ncols_scale_factor = 1;
    p->phys_cursor_type = -1;
    p->phys_cursor_width = -1;
    p->must_be_updated_p = 0;




reply via email to

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