evas-engines: fix compiling of the fb engine

Build was broken after commit 0c21a926a3
which changed an internal API.
This commit is contained in:
Jean Guyomarc'h 2016-08-20 14:03:15 +02:00
parent 0774088c90
commit 52295607e5
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ _output_setup(int w, int h, int rot, int vt, int dev, int refresh)
evas_fb_outbuf_fb_get_rot,
evas_fb_outbuf_fb_reconfigure,
NULL,
NULL,
evas_fb_outbuf_fb_new_region_for_update,
evas_fb_outbuf_fb_push_updated_region,
evas_fb_outbuf_fb_free_region_for_update,