devilhorns pushed a commit to branch master.

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

    Add enum for swap mode.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_engine.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/modules/evas/engines/drm/evas_engine.h 
b/src/modules/evas/engines/drm/evas_engine.h
index 4cf319a..8141588 100644
--- a/src/modules/evas/engines/drm/evas_engine.h
+++ b/src/modules/evas/engines/drm/evas_engine.h
@@ -30,6 +30,14 @@ extern int _evas_engine_drm_log_dom;
 
 typedef struct _Outbuf Outbuf;
 
+enum
+{
+   MODE_FULL,
+   MODE_COPY,
+   MODE_DOUBLE,
+   MODE_TRIPLE
+};
+
 struct _Outbuf
 {
    int w, h;

-- 

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