summaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index 650dd583de7..23c5729f69b 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -781,7 +781,7 @@ EmacsFrameResize (widget)
int rows;
pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows);
- change_frame_size (f, rows, columns, 1, 0);
+ change_frame_size (f, rows, columns, 0, 1);
update_wm_hints (ew);
update_various_frame_slots (ew);
}