From 77829a8e5b70fba72bb691839d51e93c86d1031c Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 24 May 2020 05:11:53 +0200 Subject: [PATCH] Rename xshm to x11 as it can now work without shm xshm was disabled, so no problem with config update --- gfx/drivers/xshm_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/xshm_gfx.c b/gfx/drivers/xshm_gfx.c index 06e757d6e3..d8d3880281 100644 --- a/gfx/drivers/xshm_gfx.c +++ b/gfx/drivers/xshm_gfx.c @@ -274,7 +274,7 @@ video_driver_t video_xshm = { NULL, /* has_windowed */ xshm_gfx_set_shader, xshm_gfx_free, - "xshm", + "x11", NULL, NULL, /* set_rotation */