mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-07 10:47:00 +00:00
qxl_dev.h: make QXLCmdType enum also a typedef
This commit is contained in:
parent
e8ab669dfa
commit
b16b5b3c4d
@ -154,14 +154,14 @@ typedef struct SPICE_ATTR_PACKED QXLModes {
|
||||
} QXLModes;
|
||||
|
||||
/* qxl-1 compat: append only */
|
||||
enum QXLCmdType {
|
||||
typedef enum QXLCmdType {
|
||||
QXL_CMD_NOP,
|
||||
QXL_CMD_DRAW,
|
||||
QXL_CMD_UPDATE,
|
||||
QXL_CMD_CURSOR,
|
||||
QXL_CMD_MESSAGE,
|
||||
QXL_CMD_SURFACE,
|
||||
};
|
||||
} QXLCmdType;
|
||||
|
||||
/* qxl-1 compat: fixed */
|
||||
typedef struct SPICE_ATTR_PACKED QXLCommand {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user