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, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 9f05524738b..a07ee4b1b02 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1367,7 +1367,7 @@ x_wm_set_size_hint (struct frame *f, long int flags, bool user_position)
1367 1367
1368 /* Don't set size hints during initialization; that apparently leads 1368 /* Don't set size hints during initialization; that apparently leads
1369 to a race condition. See the thread at 1369 to a race condition. See the thread at
1370 http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html */ 1370 https://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html */
1371 if (NILP (Vafter_init_time) 1371 if (NILP (Vafter_init_time)
1372 || !FRAME_GTK_OUTER_WIDGET (f) 1372 || !FRAME_GTK_OUTER_WIDGET (f)
1373 || FRAME_PARENT_FRAME (f)) 1373 || FRAME_PARENT_FRAME (f))