mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
grphcs.cpp scrt.cpp
This commit is contained in:
parent
5a9dae8104
commit
b9a98e2630
2 changed files with 3 additions and 3 deletions
|
|
@ -730,7 +730,7 @@ void Graphics::transition(unsigned int duration, const char *filename, int vague
|
||||||
simpleShader.setProg(prog);
|
simpleShader.setProg(prog);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __linux__ || BSD || __unix__
|
#if !defined(__linux__) && !defined(BSD) && !defined(__unix__)
|
||||||
if (p->threadData->exiting) SDL_SetWindowOpacity(p->threadData->window, 1.0f - prog);
|
if (p->threadData->exiting) SDL_SetWindowOpacity(p->threadData->window, 1.0f - prog);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,8 @@ void SecurityManagerInit(){
|
||||||
|
|
||||||
securitystate = "sandboxed_SECCOMP";
|
securitystate = "sandboxed_SECCOMP";
|
||||||
|
|
||||||
#elif
|
#else
|
||||||
Debug() << "[SECURITY] SecurityManager doesn't support this platform.";
|
Debug() << "[SECURITY] SecurityManager doesn't support this platform.";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue