Revert "Upstream merge"
[framework/uifw/evas.git] / src / modules / engines / software_x11 / evas_engine.h
index ce60ea7..80b71b7 100644 (file)
@@ -119,6 +119,11 @@ struct _Outbuf
         /* a list of previous frame pending regions to write to the target */
         Eina_List *prev_pending_writes;
 
+# ifdef EVAS_FRAME_QUEUING
+        /* protecting prev_pending_writes */
+        LK(lock);
+# endif
+
         unsigned char mask_dither : 1;
         unsigned char destination_alpha : 1;
         unsigned char debug : 1;