summaryrefslogtreecommitdiff
path: root/common/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/draw.h')
-rw-r--r--common/draw.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/common/draw.h b/common/draw.h
index 5ab60c4..3704358 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -234,12 +234,7 @@ typedef struct SpiceTransform {
} SpiceTransform;
typedef struct SpiceComposite {
- uint8_t op;
- uint8_t src_filter;
- uint8_t mask_filter;
- uint8_t src_repeat;
- uint8_t mask_repeat;
- uint8_t component_alpha;
+ uint32_t flags;
SpiceImage *src_bitmap;
SpiceImage *mask_bitmap;
SpiceTransform src_transform;