emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Mon, 04 Mar 2002 03:32:29 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.147 emacs/src/w32term.c:1.148
*** emacs/src/w32term.c:1.147   Fri Mar  1 17:40:20 2002
--- emacs/src/w32term.c Mon Mar  4 03:32:28 2002
***************
*** 9787,9793 ****
        && (!on
          || w->phys_cursor.x != x
          || w->phys_cursor.y != y
!         || new_cursor_type != w->phys_cursor_type)
          || (new_cursor_type == BAR_CURSOR
              && new_cursor_width != w->phys_cursor_width)))
      x_erase_phys_cursor (w);
--- 9787,9793 ----
        && (!on
          || w->phys_cursor.x != x
          || w->phys_cursor.y != y
!         || new_cursor_type != w->phys_cursor_type
          || (new_cursor_type == BAR_CURSOR
              && new_cursor_width != w->phys_cursor_width)))
      x_erase_phys_cursor (w);



reply via email to

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