summaryrefslogtreecommitdiffstats
path: root/spice
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-01-19 08:00:00 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-08-13 10:42:49 -0400
commit1d65b9016fbc26878f021227cebd6f8707ea6171 (patch)
tree93ba05056d82b451b0f874a00797d21ef10713e8 /spice
parent1e378a10499c80550abcd527a7f4928570739579 (diff)
downloadspice-protocol-1d65b9016fbc26878f021227cebd6f8707ea6171.tar.gz
spice-protocol-1d65b9016fbc26878f021227cebd6f8707ea6171.tar.xz
spice-protocol-1d65b9016fbc26878f021227cebd6f8707ea6171.zip
Add an 8BIT_A format
This format corresponds to a sequence of bytes, each of which represents an alpha value.
Diffstat (limited to 'spice')
-rw-r--r--spice/enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index c4e38aa..7cdea0f 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -154,6 +154,7 @@ typedef enum SpiceBitmapFmt {
SPICE_BITMAP_FMT_24BIT,
SPICE_BITMAP_FMT_32BIT,
SPICE_BITMAP_FMT_RGBA,
+ SPICE_BITMAP_FMT_8BIT_A,
SPICE_BITMAP_FMT_ENUM_END
} SpiceBitmapFmt;