summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spice/draw.h1
-rw-r--r--spice/qxl_dev.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/spice/draw.h b/spice/draw.h
index 6aeb451..3c373b7 100644
--- a/spice/draw.h
+++ b/spice/draw.h
@@ -171,6 +171,7 @@ enum {
enum {
SPICE_IMAGE_FLAGS_CACHE_ME = (1 << 0),
+ SPICE_IMAGE_FLAGS_HIGH_BITS_SET = (1 << 1),
};
typedef struct SPICE_ATTR_PACKED SpiceImageDescriptor {
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index b5d7cfa..80e5e08 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -410,6 +410,7 @@ typedef struct SPICE_ATTR_PACKED QXLImageID {
enum {
QXL_IMAGE_CACHE = (1 << 0),
+ QXL_IMAGE_HIGH_BITS_SET = (1 << 1),
};
enum {