summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-10 13:01:52 +0200
committerAlon Levy <alevy@redhat.com>2011-02-10 15:43:02 +0200
commit3b67b660b682281fe6e9c71949a8755380342f12 (patch)
treea650848df95c2df168a127e452e4263514114ce2
parentdbe9402bc2a4db0a61713e560405b0152d374628 (diff)
downloadspice-protocol-3b67b660b682281fe6e9c71949a8755380342f12.tar.gz
spice-protocol-3b67b660b682281fe6e9c71949a8755380342f12.tar.xz
spice-protocol-3b67b660b682281fe6e9c71949a8755380342f12.zip
qxl_dev.h: name QXL_IMAGE_* flags as type and enum QXLImageFlags
-rw-r--r--spice/qxl_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 354008d..2b2bb56 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -574,10 +574,10 @@ typedef union {
uint64_t value;
} QXLImageIDUnion;
-enum {
+typedef enum QXLImageFlags {
QXL_IMAGE_CACHE = (1 << 0),
QXL_IMAGE_HIGH_BITS_SET = (1 << 1),
-};
+} QXLImageFlags;
enum {
QXL_BITMAP_DIRECT = (1 << 0),