devilhorns pushed a commit to branch master.

commit ac4f1191eaa8a2744080dccf404c02ae105a0928
Author: Chris Michael <[email protected]>
Date:   Wed May 1 08:27:02 2013 +0100

    Change rotation to unsigned int.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_engine.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/evas/engines/drm/evas_engine.h 
b/src/modules/evas/engines/drm/evas_engine.h
index b15ae1e..4cf319a 100644
--- a/src/modules/evas/engines/drm/evas_engine.h
+++ b/src/modules/evas/engines/drm/evas_engine.h
@@ -32,8 +32,8 @@ typedef struct _Outbuf Outbuf;
 
 struct _Outbuf
 {
-   unsigned int depth;
-   int w, h, rotation;
+   int w, h;
+   unsigned int rotation, depth;
    Eina_Bool destination_alpha : 1;
 };
 

-- 

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