summaryrefslogtreecommitdiffstats
path: root/common/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/draw.h')
-rw-r--r--common/draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/draw.h b/common/draw.h
index ab9da69c..95f07b88 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -205,12 +205,12 @@ typedef struct SpiceTransparent {
uint32_t true_color;
} SpiceTransparent;
-typedef struct SpiceAlphaBlnd {
+typedef struct SpiceAlphaBlend {
uint16_t alpha_flags;
uint8_t alpha;
SpiceImage *src_bitmap;
SpiceRect src_area;
-} SpiceAlphaBlnd;
+} SpiceAlphaBlend;
typedef struct SpiceRop3 {
SpiceImage *src_bitmap;