mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Use developer's definitions
This commit is contained in:
parent
7f4f9ff5a5
commit
b77b0c856f
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#ifdef OS_LINUX
|
||||
std::string desktop(getenv("XDG_CURRENT_DESKTOP"));
|
||||
std::transform(desktop.begin(), desktop.end(), desktop.begin(), ::tolower);
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue