aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index cf25bf51bca..72d5025ac28 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1610,7 +1610,7 @@ but that the idea of the actual height of the frame should not be changed.")
1610#ifdef HAVE_X_WINDOWS 1610#ifdef HAVE_X_WINDOWS
1611 if (FRAME_X_P (f)) 1611 if (FRAME_X_P (f))
1612 { 1612 {
1613 if (XINT (rows) != f->width) 1613 if (XINT (rows) != f->height)
1614 x_set_window_size (f, 1, f->width, XINT (rows)); 1614 x_set_window_size (f, 1, f->width, XINT (rows));
1615 } 1615 }
1616 else 1616 else