GUAC-1164: Add definitions and translation strings for resize method parameter.

This commit is contained in:
Michael Jumper
2016-03-16 14:48:51 -07:00
parent fd2ed9505a
commit 862e24ff64
2 changed files with 10 additions and 0 deletions

View File

@@ -101,6 +101,11 @@
"name" : "color-depth",
"type" : "ENUM",
"options" : [ "", "8", "16", "24", "32" ]
},
{
"name" : "resize-method",
"type" : "ENUM",
"options" : [ "", "reconnect", "display-update" ]
}
]
},