summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-10 15:42:01 +0200
committerAlon Levy <alevy@redhat.com>2011-02-10 15:43:06 +0200
commit6e719d6fccd696bf0e58b88f0a80ba4d41a153ff (patch)
tree78c7b0bbb01b7b32f7756eca47326ed9c302d43e
parent3b67b660b682281fe6e9c71949a8755380342f12 (diff)
downloadspice-protocol-6e719d6fccd696bf0e58b88f0a80ba4d41a153ff.tar.gz
spice-protocol-6e719d6fccd696bf0e58b88f0a80ba4d41a153ff.tar.xz
spice-protocol-6e719d6fccd696bf0e58b88f0a80ba4d41a153ff.zip
qxl_dev.h: make QXLSurfaceCmdType a typedef
-rw-r--r--spice/qxl_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 2b2bb56..ab12c07 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -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;