Merge branch 'master' into changeable_icon_set

This commit is contained in:
Miran Grča
2021-11-18 22:15:53 +01:00
committed by GitHub
30 changed files with 2068 additions and 844 deletions

View File

@@ -834,7 +834,7 @@ void monitor_thread(void* param)
}
else if (strncasecmp(xargv[0], "fullscreen", 10) == 0)
{
video_fullscreen = 1;
video_fullscreen = video_fullscreen ? 0 : 1;
fullscreen_pending = 1;
}
else if (strncasecmp(xargv[0], "pause", 5) == 0)