/[emacs]/emacs/src/widget.c
ViewVC logotype

Diff of /emacs/src/widget.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by kfstorm, Fri Nov 16 13:07:24 2001 UTC revision 1.64 by kfstorm, Sat Dec 1 01:24:00 2001 UTC
# Line 434  set_frame_size (ew) Line 434  set_frame_size (ew)
434           : (FRAME_SCROLL_BAR_COLS (frame)           : (FRAME_SCROLL_BAR_COLS (frame)
435              * FONT_WIDTH (frame->output_data.x->font)));              * FONT_WIDTH (frame->output_data.x->font)));
436    
437      frame->output_data.x->fringes_extra      x_compute_fringe_widths (frame, 0);
       = FRAME_FRINGE_WIDTH (frame);  
438    
439      change_frame_size (frame, h, w, 1, 0, 0);      change_frame_size (frame, h, w, 1, 0, 0);
440      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
# Line 912  EmacsFrameSetCharSize (widget, columns, Line 911  EmacsFrameSetCharSize (widget, columns,
911         ? 0         ? 0
912         : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));         : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
913    
914    f->output_data.x->fringes_extra    x_compute_fringe_widths (f, 0);
     = FRAME_FRINGE_WIDTH (f);  
915    
916    char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);    char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);
917    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26