mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-18 00:45:51 +00:00
VNC-151 Increase MAX_SCREENS limit up to 8
This commit is contained in:
parent
a68db7be59
commit
fe789c482a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue