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 df98475d7b3..7ba3e9928ab 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3922,7 +3922,7 @@ x_figure_window_size (f, parms, toolbar_p)
3922 int width, height; 3922 int width, height;
3923 3923
3924 /* It takes both for some WM:s to place it where we want */ 3924 /* It takes both for some WM:s to place it where we want */
3925 window_prompting = USPosition | PPosition; 3925 window_prompting |= USPosition | PPosition;
3926 x_fullscreen_adjust (f, &width, &height, &top, &left); 3926 x_fullscreen_adjust (f, &width, &height, &top, &left);
3927 FRAME_COLS (f) = width; 3927 FRAME_COLS (f) = width;
3928 FRAME_LINES (f) = height; 3928 FRAME_LINES (f) = height;