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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/widget.c
Date: Fri, 04 Apr 2003 01:24:11 -0500

Index: emacs/src/widget.c
diff -c emacs/src/widget.c:1.67 emacs/src/widget.c:1.68
*** emacs/src/widget.c:1.67     Tue Feb  4 09:03:17 2003
--- emacs/src/widget.c  Wed Mar 12 07:12:25 2003
***************
*** 434,440 ****
         : (FRAME_SCROLL_BAR_COLS (frame)
            * FONT_WIDTH (frame->output_data.x->font)));
  
!     x_compute_fringe_widths (frame, 0);
  
  #if 0 /* This can run Lisp code, and it is dangerous to give
         out the frame to Lisp code before it officially exists.
--- 434,440 ----
         : (FRAME_SCROLL_BAR_COLS (frame)
            * FONT_WIDTH (frame->output_data.x->font)));
  
!     compute_fringe_widths (frame, 0);
  
  #if 0 /* This can run Lisp code, and it is dangerous to give
         out the frame to Lisp code before it officially exists.
***************
*** 915,921 ****
         ? 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);
  
--- 915,921 ----
         ? 0
         : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
  
!   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]