[waffle] [PATCH 12/12] x11_egl: implement platform-specific information
Frank Henigman
fjhenigman at google.com
Wed Jan 6 11:56:41 PST 2016
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 <fjhenigman at 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
More information about the waffle
mailing list