This commit is contained in:
rhp 2001-06-29 15:33:21 +00:00
parent 4b2fbbb2f6
commit ed2af7d22f
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ main (int argc, char **argv)
/* gtk_init() below overrides this, so it can be removed */
meta_errors_init ();
g_type_init (0); /* grumble */
g_type_init ();
if (!disable_sm)
meta_session_init (client_id); /* client_id == NULL is fine */

View File

@ -160,7 +160,7 @@ meta_ui_map_frame (MetaUI *ui,
window = gdk_xid_table_lookup (xwindow);
if (window)
gdk_x11_window_map (window);
gdk_window_show_unraised (window);
}
void