/[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.64 by kfstorm, Sat Dec 1 01:24:00 2001 UTC revision 1.65 by rms, Sat Mar 30 23:48:04 2002 UTC
# Line 436  set_frame_size (ew) Line 436  set_frame_size (ew)
436    
437      x_compute_fringe_widths (frame, 0);      x_compute_fringe_widths (frame, 0);
438    
439    #if 0 /* This can run Lisp code, and it is dangerous to give
440             out the frame to Lisp code before it officially exists.
441             This is handled in Fx_create_frame so not needed here.  */
442      change_frame_size (frame, h, w, 1, 0, 0);      change_frame_size (frame, h, w, 1, 0, 0);
443    #endif
444      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
445      ew->core.width = pixel_width;      ew->core.width = pixel_width;
446      ew->core.height = pixel_height;      ew->core.height = pixel_height;

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

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