mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
context: Init debug utils during setup phase
Is currently done during meta_init(). Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
This commit is contained in:
parent
ecc40e7b23
commit
8bf7d5c155
@ -183,6 +183,7 @@ meta_context_setup (MetaContext *context,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
meta_init_debug_utils ();
|
||||
init_signal_handlers (context);
|
||||
|
||||
change_to_home_directory ();
|
||||
|
Loading…
Reference in New Issue
Block a user