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: Sat, 22 Nov 2003 19:10:09 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.454 emacs/src/window.c:1.455
*** emacs/src/window.c:1.454    Tue Oct 14 07:26:43 2003
--- emacs/src/window.c  Sat Nov 22 19:10:08 2003
***************
*** 632,639 ****
       scroll bars.  */
  
    if (WINDOW_WANTS_MODELINE_P (w)
!       && *y >= bottom_y - CURRENT_MODE_LINE_HEIGHT (w)
!       && *y < bottom_y)
      {
        part = ON_MODE_LINE;
  
--- 632,638 ----
       scroll bars.  */
  
    if (WINDOW_WANTS_MODELINE_P (w)
!       && *y >= bottom_y - CURRENT_MODE_LINE_HEIGHT (w))
      {
        part = ON_MODE_LINE;
  
***************
*** 662,668 ****
      }
  
    if (WINDOW_WANTS_HEADER_LINE_P (w)
-       && *y >= top_y
        && *y < top_y + CURRENT_HEADER_LINE_HEIGHT (w))
      {
        part = ON_HEADER_LINE;
--- 661,666 ----
***************
*** 708,714 ****
              ? (*x >= left_x + WINDOW_LEFT_FRINGE_WIDTH (w))
              : (*x < left_x + lmargin_width)))
        {
!         *x -= x0;
          if (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w))
            *x -= WINDOW_LEFT_FRINGE_WIDTH (w);
          *y -= top_y;
--- 706,712 ----
              ? (*x >= left_x + WINDOW_LEFT_FRINGE_WIDTH (w))
              : (*x < left_x + lmargin_width)))
        {
!         *x -= left_x;
          if (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w))
            *x -= WINDOW_LEFT_FRINGE_WIDTH (w);
          *y -= top_y;




reply via email to

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