mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-02-19 09:19:57 +00:00
[client] config: add option to disable auto client resolution switching
This commit is contained in:
@@ -192,7 +192,7 @@ bool core_warpPointer(int x, int y, bool exiting)
|
||||
|
||||
void core_onWindowSizeChanged(unsigned width, unsigned height)
|
||||
{
|
||||
if (!g_state.pointerQueue)
|
||||
if (!g_params.setGuestRes || !g_state.pointerQueue)
|
||||
return;
|
||||
|
||||
if (g_state.srcSize.x == width && g_state.srcSize.y == height)
|
||||
|
||||
Reference in New Issue
Block a user