summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r--src/video_out/alphablend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h
index b49a902c3..e29ddf11d 100644
--- a/src/video_out/alphablend.h
+++ b/src/video_out/alphablend.h
@@ -32,6 +32,8 @@ typedef struct {
int buffer_size;
int disable_exact_blending;
+
+ int offset_x, offset_y;
} alphablend_t;
void _x_alphablend_init(alphablend_t *extra_data, xine_t *xine);
@@ -74,7 +76,7 @@ typedef struct {
unsigned size;
unsigned max_used;
uint32_t cluts[XX44_PALETTE_SIZE];
- /* cache palette entries for both colors and clip_colors */
+ /* cache palette entries for both colors and hili_colors */
int lookup_cache[OVL_PALETTE_SIZE*2];
} xx44_palette_t;