diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-01-19 08:00:00 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-13 10:42:49 -0400 |
commit | 1d65b9016fbc26878f021227cebd6f8707ea6171 (patch) | |
tree | 93ba05056d82b451b0f874a00797d21ef10713e8 | |
parent | 1e378a10499c80550abcd527a7f4928570739579 (diff) |
Add an 8BIT_A format
This format corresponds to a sequence of bytes, each of which
represents an alpha value.
-rw-r--r-- | spice/enums.h | 1 |
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; |