mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
do not use System V semaphore set for shared surfaces
This commit is contained in:
@@ -364,9 +364,9 @@ int InitGUI (int argc, const char* agr[])
|
||||
step++;
|
||||
atexit (mg_TerminateFixStr);
|
||||
|
||||
#if IS_COMPOSITING_SCHEMA
|
||||
#if 0
|
||||
if (!mg_InitSemManger (NR_COMPOSITING_SEMS)) {
|
||||
err_message (step, "Can not initialize semaphore manager!");
|
||||
err_message (step, "Can not initialize SysV semaphore manager!");
|
||||
return step;
|
||||
}
|
||||
step++;
|
||||
|
||||
Reference in New Issue
Block a user