Add evas_outbuf_reconfigure function prototype

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 08:25:20 +01:00
parent e6d993f774
commit 843e5df1e5
1 changed files with 1 additions and 0 deletions

View 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