summaryrefslogtreecommitdiffstats
path: root/spice/qxl_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'spice/qxl_dev.h')
-rw-r--r--spice/qxl_dev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 7a121ad..ce9c61f 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -170,7 +170,8 @@ typedef struct SPICE_ATTR_PACKED QXLCommand {
uint32_t padding;
} QXLCommand;
-#define QXL_COMMAND_FLAG_COMPAT (1<<0)
+#define QXL_COMMAND_FLAG_COMPAT (1<<0)
+#define QXL_COMMAND_FLAG_COMPAT_16BPP (2<<0)
typedef struct SPICE_ATTR_PACKED QXLCommandExt {
QXLCommand cmd;