mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 09:43:18 +00:00
call meta_session_shutdown when exiting cleanly
2002-06-08 Havoc Pennington <hp@pobox.com> * src/main.c (main): call meta_session_shutdown when exiting cleanly * src/session.c (meta_session_shutdown): function to change use to RestartIfRunning (meta_session_init): change normal restart hint to RestartImmediately
This commit is contained in:

committed by
Havoc Pennington

parent
e694f07144
commit
be44a1d9a5
@ -317,6 +317,8 @@ main (int argc, char **argv)
|
||||
g_slist_free (displays);
|
||||
}
|
||||
|
||||
meta_session_shutdown ();
|
||||
|
||||
if (meta_restart_after_quit)
|
||||
{
|
||||
GError *err;
|
||||
|
Reference in New Issue
Block a user