diff options
Diffstat (limited to 'common/rfb/ServerCore.h')
-rw-r--r-- | common/rfb/ServerCore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/ServerCore.h b/common/rfb/ServerCore.h index 68d7b74b..85d4e902 100644 --- a/common/rfb/ServerCore.h +++ b/common/rfb/ServerCore.h @@ -48,6 +48,9 @@ namespace rfb { static BoolParameter sendCutText; static BoolParameter queryConnect; + // TightVNC-specific parameters + static IntParameter videoPriority; + }; }; |