emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 25 May 2003 13:47:49 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.831 emacs/src/xdisp.c:1.832
*** emacs/src/xdisp.c:1.831     Sat May 24 18:08:54 2003
--- emacs/src/xdisp.c   Sun May 25 13:47:48 2003
***************
*** 912,918 ****
  window_text_bottom_y (w)
       struct window *w;
  {
-   struct frame *f = XFRAME (w->frame);
    int height = WINDOW_TOTAL_HEIGHT (w);
  
    if (WINDOW_WANTS_MODELINE_P (w))
--- 912,917 ----
***************
*** 9003,9009 ****
       struct window *w;
       struct glyph_row *row;
  {
-   struct frame *f = XFRAME (w->frame);
    enum fringe_bitmap_type bitmap;
  
    xassert (interrupt_input_blocked);
--- 9002,9007 ----
***************
*** 20201,20208 ****
  x_draw_vertical_border (w)
       struct window *w;
  {
-   struct frame *f = XFRAME (WINDOW_FRAME (w));
- 
    /* We could do better, if we knew what type of scroll-bar the adjacent
       windows (on either side) have...  But we don't :-( 
       However, I think this works ok.  ++KFS 2003-04-25 */
--- 20199,20204 ----




reply via email to

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