controller: add COLOR_DEPTH and DISABLE_EFFECTS messages

rhbz #787447

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
This commit is contained in:
Yonit Halperin 2012-04-01 10:00:29 +03:00
parent 32da251a65
commit 8cf92f0423

View File

@ -75,6 +75,9 @@ enum {
CONTROLLER_ENABLE_SMARTCARD,
CONTROLLER_COLOR_DEPTH,
CONTROLLER_DISABLE_EFFECTS,
//spice client -> extrenal app
CONTROLLER_MENU_ITEM_CLICK = 1001,
};