Evas engine wayland_shm: pass the correct enum value.

Following this patch, the correct enum type is now passed to this
function. It's also passing the same value (0), but now from the correct
enum. This doesn't change behaviour, and looks like what was intended.

This fixes the clang warning.
This commit is contained in:
Tom Hacohen 2015-10-09 14:22:36 +01:00
parent 2a2a7e54b9
commit 4a92415d12
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ _evas_outbuf_free(Outbuf *ob)
eina_rectangle_free(rect);
}
_evas_outbuf_flush(ob, NULL, MODE_FULL);
_evas_outbuf_flush(ob, NULL, EVAS_RENDER_MODE_UNDEF);
_evas_outbuf_idle_flush(ob);
if (ob->surface) _evas_shm_surface_destroy(ob->surface);