VNC-151 Increase MAX_SCREENS limit up to 8

This commit is contained in:
El 2026-04-24 08:47:10 +00:00
parent a68db7be59
commit fe789c482a
No known key found for this signature in database
GPG key ID: EB3F4C9EA29CDE59

View file

@ -23,7 +23,7 @@
#include "rfb/Encoder.h"
#include "rfb/ffmpeg.h"
inline constexpr uint8_t MAX_SCREENS = 4;
inline constexpr uint8_t MAX_SCREENS = 8;
namespace rfb {
template<uint8_t T = MAX_SCREENS>