diff src/xfns.c @ 5107:2a019dd8ed51

(x_set_frame_parameters): Call check_frame_size before Fset_frame_size and Fset_frame_position.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Nov 1993 04:33:26 +0000
parents d6ddaf79ea6a
children 2696563f32ba
line wrap: on
line diff
--- a/src/xfns.c	Mon Nov 22 04:04:46 1993 +0000
+++ b/src/xfns.c	Mon Nov 22 04:33:26 1993 +0000
@@ -419,6 +419,8 @@
   {
     Lisp_Object frame;
 
+    check_frame_size (f, &height, &width);
+
     XSET (frame, Lisp_Frame, f);
 
     if ((NUMBERP (width) && XINT (width) != FRAME_WIDTH (f))