Add 'mode' and 'lost_back' fields to render_engine.
authorChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 09:24:21 +0000 (10:24 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 10:42:05 +0000 (11:42 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/drm/evas_engine.c

index cded2cb..dc50d39 100644 (file)
@@ -16,9 +16,12 @@ struct _Render_Engine
 
    Outbuf *ob;
 
+   short mode;
+
    Eina_Inlist *cur_rect;
 
    Eina_Bool end : 1;
+   Eina_Bool lost_back : 1;
 };
 
 /* local function prototypes */