diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index 7802f3c2a4..241c23866c 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -211,6 +211,13 @@ struct _Ecore_Wl_Window struct wl_region *input, *opaque; } region; + struct + { + struct wl_surface *surface; + int hot_x, hot_y; + Eina_Bool set : 1; + } pointer; + int id; int x, y; int edges;