summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-04-01 10:00:29 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-04-02 10:12:57 +0300
commit8cf92f042312e50b2ff186b28356053aeac9e04c (patch)
treeae713d7909e9b2d4cc4533875c773a1230052fd6
parent32da251a6572e3463cff040d106bb47a04e5a905 (diff)
controller: add COLOR_DEPTH and DISABLE_EFFECTS messages
rhbz #787447 Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
-rw-r--r--spice/controller_prot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index a60b122..f7b1f26 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -75,6 +75,9 @@ enum {
CONTROLLER_ENABLE_SMARTCARD,
+ CONTROLLER_COLOR_DEPTH,
+ CONTROLLER_DISABLE_EFFECTS,
+
//spice client -> extrenal app
CONTROLLER_MENU_ITEM_CLICK = 1001,
};