diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index d5dbc810253..249f89ba756 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -419,6 +419,8 @@ x_set_frame_parameters (f, alist) | |||
| 419 | { | 419 | { |
| 420 | Lisp_Object frame; | 420 | Lisp_Object frame; |
| 421 | 421 | ||
| 422 | check_frame_size (f, &height, &width); | ||
| 423 | |||
| 422 | XSET (frame, Lisp_Frame, f); | 424 | XSET (frame, Lisp_Frame, f); |
| 423 | 425 | ||
| 424 | if ((NUMBERP (width) && XINT (width) != FRAME_WIDTH (f)) | 426 | if ((NUMBERP (width) && XINT (width) != FRAME_WIDTH (f)) |