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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/widget.c
Date: Sat, 30 Mar 2002 18:48:05 -0500

Index: emacs/src/widget.c
diff -c emacs/src/widget.c:1.64 emacs/src/widget.c:1.65
*** emacs/src/widget.c:1.64     Fri Nov 30 20:24:00 2001
--- emacs/src/widget.c  Sat Mar 30 18:48:04 2002
***************
*** 436,442 ****
--- 436,446 ----
  
      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.
+        This is handled in Fx_create_frame so not needed here.  */
      change_frame_size (frame, h, w, 1, 0, 0);
+ #endif
      char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
      ew->core.width = pixel_width;
      ew->core.height = pixel_height;



reply via email to

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