Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78049
This commit is contained in:
Christopher Michael 2012-10-16 11:57:03 +00:00 committed by Christopher Michael
parent a8f58dc90d
commit 8f1abe4a2c
1 changed files with 1 additions and 0 deletions

View File

@ -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;