aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
781 int rows; 781 int rows;
782 782
783 pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows); 783 pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows);
784 change_frame_size (f, rows, columns, 1, 0); 784 change_frame_size (f, rows, columns, 0, 1);
785 update_wm_hints (ew); 785 update_wm_hints (ew);
786 update_various_frame_slots (ew); 786 update_various_frame_slots (ew);
787} 787}