mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-29 00:41:31 +00:00
qxl_dev.h: name QXL_IMAGE_* flags as type and enum QXLImageFlags
This commit is contained in:
parent
24452b82ca
commit
449addc857
@ -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