ecore_evas wayland: fix a build break.

Summary: missed changing here.

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8712
This commit is contained in:
Hermet Park 2019-04-25 18:55:55 +09:00
parent 7324164a63
commit 1c974289e4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, Ecore_Window parent,
return _ecore_evas_wl_common_new_internal(disp_name, parent,
x, y, w, h, frame,
NULL,
"wayland_shm");
}