mirror of
https://github.com/brl/mutter.git
synced 2025-05-14 11:04:56 +00:00
...
This commit is contained in:
parent
4b2fbbb2f6
commit
ed2af7d22f
@ -158,7 +158,7 @@ main (int argc, char **argv)
|
|||||||
/* gtk_init() below overrides this, so it can be removed */
|
/* gtk_init() below overrides this, so it can be removed */
|
||||||
meta_errors_init ();
|
meta_errors_init ();
|
||||||
|
|
||||||
g_type_init (0); /* grumble */
|
g_type_init ();
|
||||||
|
|
||||||
if (!disable_sm)
|
if (!disable_sm)
|
||||||
meta_session_init (client_id); /* client_id == NULL is fine */
|
meta_session_init (client_id); /* client_id == NULL is fine */
|
||||||
|
2
src/ui.c
2
src/ui.c
@ -160,7 +160,7 @@ meta_ui_map_frame (MetaUI *ui,
|
|||||||
window = gdk_xid_table_lookup (xwindow);
|
window = gdk_xid_table_lookup (xwindow);
|
||||||
|
|
||||||
if (window)
|
if (window)
|
||||||
gdk_x11_window_map (window);
|
gdk_window_show_unraised (window);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user