diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 042b01bc6..7b918408a 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -26,6 +26,7 @@ # ifdef HAVE_WAYLAND_EGL # include +# include # endif # define container_of(ptr, type, member) ({ \ @@ -270,6 +271,9 @@ struct _E_Wayland_Compositor EGLDisplay display; EGLContext context; EGLConfig config; + PFNEGLBINDWAYLANDDISPLAYWL bind_display; + PFNEGLUNBINDWAYLANDDISPLAYWL unbind_display; + Eina_Bool bound : 1; } egl; #endif