Defer caching.
[libguac-client-rdp.git] / include / rdp_bitmap.h
index 72fa11f..39e51f4 100644 (file)
@@ -54,6 +54,11 @@ typedef struct guac_rdp_bitmap {
      */
     guac_layer* layer;
 
+    /**
+     * The number of times a bitmap has been used.
+     */
+    int used;
+
 } guac_rdp_bitmap;
 
 void guac_rdp_bitmap_new(rdpContext* context, rdpBitmap* bitmap);