diff options
Diffstat (limited to 'spice/qxl_dev.h')
-rw-r--r-- | spice/qxl_dev.h | 4 |
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), |