summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/w32.c b/video/out/opengl/w32.c
index 05e2f5c4a3..ab6550a492 100644
--- a/video/out/opengl/w32.c
+++ b/video/out/opengl/w32.c
@@ -338,7 +338,7 @@ static int w32_control(MPGLContext *ctx, int *events, int request, void *arg)
}
const struct mpgl_driver mpgl_driver_w32 = {
- .name = "w32",
+ .name = "win",
.priv_size = sizeof(struct w32_context),
.init = w32_init,
.reconfig = w32_reconfig,