mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[client] fixed autoResize behaviour
This commit is contained in:
parent
f8d61da618
commit
f6bc62647f
1 changed files with 4 additions and 3 deletions
|
@ -207,10 +207,11 @@ int renderThread(void * unused)
|
|||
|
||||
// update the window size and create the render texture
|
||||
if (params.autoResize)
|
||||
{
|
||||
SDL_SetWindowSize(state.window, state.shm->width, state.shm->height);
|
||||
|
||||
if (params.center)
|
||||
SDL_SetWindowPosition(state.window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
|
||||
}
|
||||
|
||||
if (state.hasBufferStorage)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue