ecore_wl2: Fix event type name.

Summary: It's been missed commit 9ca13ef5c1

Reviewers: Hermet, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11889
This commit is contained in:
Woochanlee 2020-05-27 10:03:38 -04:00 committed by Christopher Michael
parent 7da3eb84ab
commit 28d41f4e6c
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ _ecore_wl2_window_hide_send(Ecore_Wl2_Window *window)
static void
_ecore_wl2_window_create_destroy_send(Ecore_Wl2_Window *window, Eina_Bool create)
{
Ecore_Wl2_Event_Window_Hide *ev;
Ecore_Wl2_Event_Window_Common *ev;
ev = calloc(1, sizeof(Ecore_Wl2_Event_Window_Common));
if (!ev) return;