devilhorns pushed a commit to branch master.

commit 5dde3b3bfd1356c5e961f985219f0d30de67c2a1
Author: Chris Michael <[email protected]>
Date:   Wed May 1 10:24:21 2013 +0100

    Add 'mode' and 'lost_back' fields to render_engine.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_engine.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/modules/evas/engines/drm/evas_engine.c 
b/src/modules/evas/engines/drm/evas_engine.c
index cded2cb..dc50d39 100644
--- a/src/modules/evas/engines/drm/evas_engine.c
+++ b/src/modules/evas/engines/drm/evas_engine.c
@@ -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 */

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to