aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index bf69fb2d96c..8bdc6f03dac 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1425,6 +1425,8 @@ xg_frame_set_size_and_position (struct frame *f, int width, int height)
1425 1425
1426 outer_height /= scale; 1426 outer_height /= scale;
1427 outer_width /= scale; 1427 outer_width /= scale;
1428 x /= scale;
1429 y /= scale;
1428 1430
1429 /* Full force ahead. For top-level frames the gravity will get reset 1431 /* Full force ahead. For top-level frames the gravity will get reset
1430 to NorthWestGravity anyway. */ 1432 to NorthWestGravity anyway. */