Add 'mode' and 'lost_back' fields to render_engine.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 10:24:21 +01:00
parent d7ab7b5c95
commit 5dde3b3bfd
1 changed files with 3 additions and 0 deletions

View 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 */