mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +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);
|
||||
}
|
||||
|
||||
#ifndef __linux__ || BSD || __unix__
|
||||
#if !defined(__linux__) && !defined(BSD) && !defined(__unix__)
|
||||
if (p->threadData->exiting) SDL_SetWindowOpacity(p->threadData->window, 1.0f - prog);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ void SecurityManagerInit(){
|
|||
|
||||
securitystate = "sandboxed_SECCOMP";
|
||||
|
||||
#elif
|
||||
#else
|
||||
Debug() << "[SECURITY] SecurityManager doesn't support this platform.";
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue