mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Revert "; * src/pgtkfns.c (Fx_create_frame): Fix coding style"
This reverts commit 4b91168c65.
This commit is contained in:
parent
4b91168c65
commit
beb4e9f828
1 changed files with 7 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue