devilhorns pushed a commit to branch master.

commit 248c2f8233e6ecbe6054aa56589831ca41eb9b9e
Author: Chris Michael <[email protected]>
Date:   Tue Apr 30 07:12:47 2013 +0100

    Add initial file for Outbuf
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_outbuf.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/modules/evas/engines/drm/evas_outbuf.c 
b/src/modules/evas/engines/drm/evas_outbuf.c
new file mode 100644
index 0000000..d6bf246
--- /dev/null
+++ b/src/modules/evas/engines/drm/evas_outbuf.c
@@ -0,0 +1,15 @@
+#include "evas_common.h"
+#include "evas_private.h"
+#include "evas_engine.h"
+
+Outbuf *
+evas_outbuf_setup(int w, int h, unsigned int rotation, unsigned int depth, 
Eina_Bool alpha)
+{
+   return NULL;
+}
+
+void 
+evas_outbuf_free(Outbuf *ob)
+{
+
+}

-- 

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