summaryrefslogtreecommitdiffstats
path: root/libvo/eosd_packer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/eosd_packer.h')
-rw-r--r--libvo/eosd_packer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/eosd_packer.h b/libvo/eosd_packer.h
index eaacd0223f..228057d3c4 100644
--- a/libvo/eosd_packer.h
+++ b/libvo/eosd_packer.h
@@ -58,6 +58,8 @@ struct eosd_packer {
uint32_t max_surface_height;
int *scratch;
+ int last_bitmap_id;
+ int last_bitmap_pos_id;
};
struct eosd_packer *eosd_packer_create(void *talloc_ctx);