Disable minimize on focus loss by default

This commit is contained in:
Cameron Gutman 2019-03-17 00:20:47 -07:00
parent bf5d43d0cf
commit b79d3b31b3

View file

@ -418,6 +418,9 @@ int main(int argc, char *argv[])
// it manually when we start streaming.
SDL_SetHint(SDL_HINT_TIMER_RESOLUTION, "0");
// Disable minimize on focus loss by default. Users seem to want this off by default.
SDL_SetHintWithPriority(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0", SDL_HINT_DEFAULT);
int err = app.exec();
// Give worker tasks time to properly exit. Fixes PendingQuitTask