summaryrefslogtreecommitdiff
path: root/display/qxldd.h
diff options
context:
space:
mode:
Diffstat (limited to 'display/qxldd.h')
-rw-r--r--display/qxldd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display/qxldd.h b/display/qxldd.h
index d63aa9d..51ace78 100644
--- a/display/qxldd.h
+++ b/display/qxldd.h
@@ -187,6 +187,7 @@ typedef struct DevRes {
HSEMAPHORE cmd_sem;
HSEMAPHORE cursor_sem; /* Protects cursor_ring */
HSEMAPHORE surface_sem; /* Protects surfaces allocation */
+ HSEMAPHORE image_cache_sem; /* Protects image cache */
CacheImage cache_image_pool[IMAGE_POOL_SIZE];
Ring cache_image_lru;