summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h')
-rw-r--r--src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
index 259ccf7060..b593d482dd 100644
--- a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
+++ b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
@@ -25,6 +25,8 @@ struct _Evas_Engine_Info_Wayland_Egl
{
struct wl_display *display;
struct wl_surface *surface;
+ void *compositor;
+ void *subcompositor;
int depth, screen, rotation, edges;
unsigned int destination_alpha : 1;
} info;