emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/widget.c
Date: Fri, 30 Nov 2001 20:24:00 -0500

Index: emacs/src/widget.c
diff -c emacs/src/widget.c:1.63 emacs/src/widget.c:1.64
*** emacs/src/widget.c:1.63     Fri Nov 16 08:07:24 2001
--- emacs/src/widget.c  Fri Nov 30 20:24:00 2001
***************
*** 434,441 ****
         : (FRAME_SCROLL_BAR_COLS (frame)
            * FONT_WIDTH (frame->output_data.x->font)));
  
!     frame->output_data.x->fringes_extra
!       = FRAME_FRINGE_WIDTH (frame);
  
      change_frame_size (frame, h, w, 1, 0, 0);
      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
--- 434,440 ----
         : (FRAME_SCROLL_BAR_COLS (frame)
            * FONT_WIDTH (frame->output_data.x->font)));
  
!     x_compute_fringe_widths (frame, 0);
  
      change_frame_size (frame, h, w, 1, 0, 0);
      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
***************
*** 912,919 ****
         ? 0
         : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
  
!   f->output_data.x->fringes_extra
!     = FRAME_FRINGE_WIDTH (f);
  
    char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);
  
--- 911,917 ----
         ? 0
         : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
  
!   x_compute_fringe_widths (f, 0);
  
    char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);
  



reply via email to

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