[client] video: ensure that the renderer is always updated on resize

This commit is contained in:
Geoffrey McRae
2021-01-04 13:40:03 +11:00
parent 43e3999a95
commit 1195a76368
2 changed files with 7 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ struct AppState
const LG_Renderer * lgr;
void * lgrData;
bool lgrResize;
atomic_int lgrResize;
const LG_Clipboard * lgc;
SpiceDataType cbType;