Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 16 Oct 2012 11:57:03 +0000 (11:57 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 16 Oct 2012 11:57:03 +0000 (11:57 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78049

legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h

index 8cd0f9d..5281c6f 100644 (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;