Skip to content
Snippets Groups Projects
Commit f6f20a63 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add call to update_cvstat() in setup_surfaces()

This should ensure that cvstat has the right window size at the start.
I hope.
parent 435d55d6
No related branches found
No related tags found
No related merge requests found
Pipeline #6854 passed
......@@ -694,6 +694,7 @@ static void setup_surfaces(struct video_stats *vs)
}
pthread_mutex_unlock(&win_mutex);
vstat.scaling = sdl_getscaling();
update_cvstat(vs);
}
/* Called from event thread only */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment