[client] fix shutdown race condition with the frame thread

This commit is contained in:
Geoffrey McRae
2019-08-30 11:50:43 +10:00
parent da94075e7b
commit e93bd7a3bf
3 changed files with 11 additions and 8 deletions

View File

@@ -49,6 +49,8 @@ struct AppState
void * lgrData;
bool lgrResize;
SDL_Thread * t_frame;
const LG_Clipboard * lgc;
SpiceDataType cbType;
struct ll * cbRequestList;
@@ -130,4 +132,4 @@ struct KeybindHandle
// forwards
extern struct AppState state;
extern struct AppParams params;
extern struct AppParams params;