mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
call mg_TerminateCompositor in TerminateGUI
This commit is contained in:
@@ -611,6 +611,10 @@ void TerminateGUI (int rcByGUI)
|
||||
if (_is_server) {
|
||||
mg_TerminateDesktop ();
|
||||
|
||||
#ifdef _MGSCHEMA_COMPOSITING
|
||||
mg_TerminateCompositor ();
|
||||
#endif
|
||||
|
||||
/* Cleanup UNIX domain socket and other IPC objects. */
|
||||
server_ServerCleanup ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user