From 15948c7918afd56b7ea0e318a74796bed40bfded Mon Sep 17 00:00:00 2001 From: Nitek Date: Tue, 18 Jun 2024 18:18:03 +0200 Subject: [PATCH] Disable SET_DESKTOP_SIZE by default --- src/VNC_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VNC_config.h b/src/VNC_config.h index ec55053..5996a8a 100644 --- a/src/VNC_config.h +++ b/src/VNC_config.h @@ -71,7 +71,7 @@ #define VNC_COMPRESS_LEVEL 4 /// VNC Pseudo-encodes -#define SET_DESKTOP_SIZE // Set resolution according to display resolution +//#define SET_DESKTOP_SIZE // Set resolution according to display resolution #endif /* VNC_USER_SETUP_LOADED */