mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
osx: Call finishLaunching on post-parse
https://bugzilla.gnome.org/show_bug.cgi?id=668801
This commit is contained in:
parent
cc25deade0
commit
05813872f9
@ -69,6 +69,9 @@ clutter_backend_osx_post_parse (ClutterBackend *backend,
|
|||||||
/* set the default font name */
|
/* set the default font name */
|
||||||
g_object_set (settings, "font-name", DEFAULT_FONT_NAME, NULL);
|
g_object_set (settings, "font-name", DEFAULT_FONT_NAME, NULL);
|
||||||
|
|
||||||
|
/* finish launching the application */
|
||||||
|
[NSApp finishLaunching];
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user