GUAC-835: Add RDP performance flag parameters to interface.

This commit is contained in:
Michael Jumper
2015-06-12 17:10:05 -07:00
parent 027fa1d85e
commit 73f4ae9d72
2 changed files with 45 additions and 2 deletions

View File

@@ -138,6 +138,42 @@
]
},
{
"name" : "performance",
"fields" : [
{
"name" : "enable-wallpaper",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-theming",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-font-smoothing",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-full-window-drag",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-desktop-composition",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-menu-animations",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "remoteapp",
"fields" : [