[client] fix issue with windowmanager forcing the window size (i3wm)

This commit is contained in:
Geoffrey McRae
2020-01-03 16:51:24 +11:00
parent 2196516e2b
commit 49bf115c84
3 changed files with 34 additions and 13 deletions

View File

@@ -54,6 +54,7 @@ struct AppState
SpiceDataType cbType;
struct ll * cbRequestList;
SDL_SysWMinfo wminfo;
SDL_Window * window;
struct IVSHMEM shm;