mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-30 09:46:48 +00:00
qxl_dev.h: name QXL_IMAGE_* flags as type and enum QXLImageFlags
This commit is contained in:
parent
b16b5b3c4d
commit
d3fd5a635d
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user