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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:29 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.193.4.8 emacs/src/w32term.c:1.193.4.9
*** emacs/src/w32term.c:1.193.4.8       Thu Sep 30 01:20:36 2004
--- emacs/src/w32term.c Thu Oct 14 08:49:55 2004
***************
*** 567,575 ****
                                output_cursor.vpos,
                                output_cursor.x, output_cursor.y);
  
!       x_draw_vertical_border (w);
! 
!       draw_window_fringes (w);
  
        UNBLOCK_INPUT;
      }
--- 567,574 ----
                                output_cursor.vpos,
                                output_cursor.x, output_cursor.y);
  
!       if (draw_window_fringes (w, 1))
!       x_draw_vertical_border (w);
  
        UNBLOCK_INPUT;
      }




reply via email to

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