mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
tune
This commit is contained in:
@@ -323,13 +323,13 @@ static void DUMMY_VideoQuit(_THIS)
|
||||
if (mgIsServer) {
|
||||
shm_unlink (DUMMYVID_SHAREDMEM_NAME);
|
||||
}
|
||||
#else
|
||||
#elif !defined(_MGRM_PROCESSES)
|
||||
if (this->screen->pixels != NULL) {
|
||||
#if !defined(_MGRM_PROCESSES)
|
||||
free (this->screen->pixels);
|
||||
#endif
|
||||
this->screen->pixels = NULL;
|
||||
}
|
||||
#else
|
||||
// do nothing (COMPOSITING_SCHEMA)
|
||||
#endif /* not (defined(_MGRM_PROCESSES) && defined (_MGSCHEMA_SHAREDFB)) */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user