Implement the platform hook of waffle_display_info_json() so it can
pick up x11_egl-specific information.  So far only egl information is
provided, nothing specific to x11.

Signed-off-by: Frank Henigman <fjhenig...@google.com>
---
 src/waffle/xegl/xegl_platform.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/waffle/xegl/xegl_platform.c b/src/waffle/xegl/xegl_platform.c
index e36a41b..2f5e922 100644
--- a/src/waffle/xegl/xegl_platform.c
+++ b/src/waffle/xegl/xegl_platform.c
@@ -152,6 +152,7 @@ static const struct wcore_platform_vtbl xegl_platform_vtbl 
= {
         .connect = xegl_display_connect,
         .destroy = xegl_display_destroy,
         .supports_context_api = wegl_display_supports_context_api,
+        .info_json = wegl_display_info_json,
         .get_native = xegl_display_get_native,
     },
 
-- 
2.6.0.rc2.230.g3dd15c0

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to