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: Tue, 11 Oct 2005 11:07:10 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.520 emacs/src/window.c:1.521
*** emacs/src/window.c:1.520    Mon Oct 10 13:41:06 2005
--- emacs/src/window.c  Tue Oct 11 15:07:07 2005
***************
*** 682,688 ****
  
    /* Outside any interesting column?  */
    if (*x < left_x || *x > right_x)
!     return ON_SCROLL_BAR;
  
    lmargin_width = window_box_width (w, LEFT_MARGIN_AREA);
    rmargin_width = window_box_width (w, RIGHT_MARGIN_AREA);
--- 682,691 ----
  
    /* Outside any interesting column?  */
    if (*x < left_x || *x > right_x)
!     {
!       *y -= top_y;
!       return ON_SCROLL_BAR;
!     }
  
    lmargin_width = window_box_width (w, LEFT_MARGIN_AREA);
    rmargin_width = window_box_width (w, RIGHT_MARGIN_AREA);




reply via email to

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