GUACAMOLE-1302: Add definitions and translations for VNC/RDP "force-lossless" parameter.

This commit is contained in:
Michael Jumper
2021-03-01 17:40:30 -08:00
parent 32b10ec4bd
commit 96faa48bea
3 changed files with 12 additions and 0 deletions

View File

@@ -147,6 +147,11 @@
"type" : "ENUM",
"options" : [ "", "8", "16", "24", "32" ]
},
{
"name" : "force-lossless",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "resize-method",
"type" : "ENUM",

View File

@@ -52,6 +52,11 @@
"name" : "color-depth",
"type" : "ENUM",
"options" : [ "", "8", "16", "24", "32" ]
},
{
"name" : "force-lossless",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},