Add evas_outbuf_reconfigure function prototype
authorChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 07:25:20 +0000 (08:25 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 10:42:05 +0000 (11:42 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/drm/evas_engine.h

index 41e5ac1..b15ae1e 100644 (file)
@@ -39,5 +39,6 @@ struct _Outbuf
 
 Outbuf *evas_outbuf_setup(int w, int h, unsigned int rotation, unsigned int depth, Eina_Bool alpha);
 void evas_outbuf_free(Outbuf *ob);
+void evas_outbuf_reconfigure(Outbuf *ob, int w, int h, unsigned int rotation, unsigned int depth, Eina_Bool alpha);
 
 #endif