Revert "; * src/pgtkfns.c (Fx_create_frame): Fix coding style"

This reverts commit 4b91168c65.
This commit is contained in:
Yuuki Harano 2021-06-14 00:07:34 +09:00
parent 4b91168c65
commit beb4e9f828

View file

@ -1693,14 +1693,13 @@ This function is an internal primitive--use `make-frame' instead. */ )
unblock_input ();
}
if (FRAME_GTK_OUTER_WIDGET (f))
{
GList *w = gtk_container_get_children (GTK_CONTAINER (FRAME_GTK_OUTER_WIDGET (f)));
for (; w != NULL; w = w->next)
{
gtk_widget_show_all (GTK_WIDGET (w->data));
}
}
if (FRAME_GTK_OUTER_WIDGET (f)) {
GList *w = gtk_container_get_children(GTK_CONTAINER(FRAME_GTK_OUTER_WIDGET (f)));
for (; w != NULL; w = w->next)
{
gtk_widget_show_all (GTK_WIDGET(w->data));
}
}
gui_default_parameter (f, parms, Qno_focus_on_map, Qnil,
NULL, NULL, RES_TYPE_BOOLEAN);