devilhorns pushed a commit to branch master.

commit 8ef46df20dd4e20ae378b22dab5a6f276a1f606e
Author: Chris Michael <[email protected]>
Date:   Mon Apr 29 14:11:20 2013 +0100

    Add rotation, depth, alpha to the engine info structure.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/Evas_Engine_Drm.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/modules/evas/engines/drm/Evas_Engine_Drm.h 
b/src/modules/evas/engines/drm/Evas_Engine_Drm.h
index 2e9f35a..d149e60 100644
--- a/src/modules/evas/engines/drm/Evas_Engine_Drm.h
+++ b/src/modules/evas/engines/drm/Evas_Engine_Drm.h
@@ -9,6 +9,12 @@ struct _Evas_Engine_Info_Drm
    /* at you and make nasty noises */
    Evas_Engine_Info magic;
 
+   struct 
+     {
+        unsigned int rotation, depth;
+        Eina_Bool destination_alpha : 1;
+     } info;
+
    /* non-blocking or blocking mode */
    Evas_Engine_Render_Mode render_mode;
 };

-- 

------------------------------------------------------------------------------
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