Add initial file for Outbuf

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-30 07:12:47 +01:00
parent a67894a5a7
commit 248c2f8233
1 changed files with 15 additions and 0 deletions

View File

@ -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)
{
}