mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] make autoResize work again
This commit is contained in:
parent
ad6c2ab544
commit
0ccb38940e
@ -323,6 +323,8 @@ int renderThread(void * unused)
|
||||
|
||||
state.srcSize.x = header.width;
|
||||
state.srcSize.y = header.height;
|
||||
if (params.autoResize)
|
||||
SDL_SetWindowSize(state.window, header.width, header.height);
|
||||
updatePositionInfo();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user