mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
qxl_dev.h: make QXLSurfaceCmdType a typedef
This commit is contained in:
parent
449addc857
commit
55aff9e3ec
@ -511,10 +511,10 @@ typedef struct SPICE_ATTR_PACKED QXLDrawable {
|
||||
} u;
|
||||
} QXLDrawable;
|
||||
|
||||
enum QXLSurfaceCmdType {
|
||||
typedef enum QXLSurfaceCmdType {
|
||||
QXL_SURFACE_CMD_CREATE,
|
||||
QXL_SURFACE_CMD_DESTROY,
|
||||
};
|
||||
} QXLSurfaceCmdType;
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED QXLSurface {
|
||||
uint32_t format;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user