summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-04-01 11:54:22 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-04-03 08:53:55 +0300
commit84d29d0c0fc88911086ee869d22b346ef9c27334 (patch)
treee97b19ae2e960ed5c35c55f2d11b1df6a48a8825 /data
parentb9f70814586ffff68e2805443152c30418b10741 (diff)
downloadspice-gtk-84d29d0c0fc88911086ee869d22b346ef9c27334.tar.gz
spice-gtk-84d29d0c0fc88911086ee869d22b346ef9c27334.tar.xz
spice-gtk-84d29d0c0fc88911086ee869d22b346ef9c27334.zip
controller: add support for DISABLE_EFFECTS and COLOR_DEPTH
rhbz #787449 Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Diffstat (limited to 'data')
-rw-r--r--data/spice-protocol.vapi3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/spice-protocol.vapi b/data/spice-protocol.vapi
index 6626176..4b88175 100644
--- a/data/spice-protocol.vapi
+++ b/data/spice-protocol.vapi
@@ -64,6 +64,9 @@ namespace SpiceProtocol {
//spice client -> external app
MENU_ITEM_CLICK,
+
+ COLOR_DEPTH,
+ DISABLE_EFFECTS,
}
[CCode (cname = "unsigned int", cprefix = "CONTROLLER_", has_type_id = false)]