[Spice-devel] [PATCH 0/6] typedef additions for xf86-video-qxl
Alon Levy
alevy at redhat.com
Thu Feb 10 10:14:33 PST 2011
While updating xf86-video-qxl to use spice-protocol, these obvious
backwards compatible fixes to the headers were required. It is
mostly adding a typedef to each enum that lacked one and was used
by xf86-video-qxl, and one place where a bunch of defines are converted
to an enum (all taken from src/qxl.h in xf86-video-qxl).
Alon Levy (6):
qxl_dev.h: make QXLCmdType enum also a typedef
qxl_dev.h: name QXL_IMAGE_* flags as type and enum QXLImageFlags
qxl_dev.h: make QXLSurfaceCmdType a typedef
qxl_dev.h: make QXLBitmapFlags a typedef
qxl_dev.h: make QXLEffectType an enum instead of defines
enums: typedefy SpiceBitmapFmt
spice/enums.h | 4 ++--
spice/qxl_dev.h | 35 +++++++++++++++++++----------------
2 files changed, 21 insertions(+), 18 deletions(-)
--
1.7.4
More information about the Spice-devel
mailing list