From 2202535a9508fb7deb4f3958b6eceacf029bbc09 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 16 Oct 2012 11:57:03 +0000 Subject: [PATCH] Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure. Signed-off-by: Christopher Michael SVN revision: 78049 Change-Id: Ia5485cce3fae7c8c9d613bb5060d0a5280f9cdcb --- src/lib/ecore_wayland/Ecore_Wayland.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index 8cd0f9d..5281c6f 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -75,6 +75,7 @@ struct _Ecore_Wl_Display struct { struct wl_display *display; + struct wl_registry *registry; struct wl_compositor *compositor; struct wl_shell *shell; struct wl_shell *desktop_shell; -- 2.7.4