mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
add QXL_SURF_FLAG_KEEP_DATA
This commit is contained in:
parent
b07c09ca17
commit
73b175849c
@ -155,7 +155,9 @@ typedef struct SPICE_ATTR_PACKED QXLMemSlot {
|
||||
uint64_t mem_end;
|
||||
} QXLMemSlot;
|
||||
|
||||
#define QXL_SURF_TYPE_PRIMARY 0
|
||||
#define QXL_SURF_TYPE_PRIMARY 0
|
||||
|
||||
#define QXL_SURF_FLAG_KEEP_DATA (1 << 0)
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED QXLSurfaceCreate {
|
||||
uint32_t width;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user