ecore_evas: define the predefine for wl2 instead of wayland

This commit is contained in:
Marcel Hollerbach 2017-08-12 15:19:45 +02:00
parent 723dfaebd1
commit 190af04983
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef struct _Ecore_Wl_Window Ecore_Wl_Window;
#endif
#ifndef _ECORE_WL2_H_
#define _ECORE_WAYLAND_WINDOW_PREDEF
#define _ECORE_WL2_WINDOW_PREDEF
typedef struct _Ecore_Wl2_Window Ecore_Wl2_Window;
#endif