From: Christopher Michael Date: Tue, 16 Oct 2012 11:57:03 +0000 (+0000) Subject: Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure. X-Git-Tag: submit/devel/efl/20131022.203902~3807 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f1abe4a2c6cffe196246b066af439c4f33be48c;p=platform%2Fupstream%2Fefl.git Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure. Signed-off-by: Christopher Michael SVN revision: 78049 --- diff --git a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h b/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h index 8cd0f9d..5281c6f 100644 --- a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/legacy/ecore/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;