summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_android.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context_android.c')
-rw-r--r--video/out/opengl/context_android.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context_android.c b/video/out/opengl/context_android.c
index bc1717c1be..269f36dbc3 100644
--- a/video/out/opengl/context_android.c
+++ b/video/out/opengl/context_android.c
@@ -123,6 +123,7 @@ static int android_control(struct ra_ctx *ctx, int *events, int request, void *a
const struct ra_ctx_fns ra_ctx_android = {
.type = "opengl",
.name = "android",
+ .description = "Android/EGL",
.reconfig = android_reconfig,
.control = android_control,
.init = android_init,