Rename xshm to x11 as it can now work without shm
xshm was disabled, so no problem with config update
This commit is contained in:
parent
1d4462b198
commit
77829a8e5b
|
@ -274,7 +274,7 @@ video_driver_t video_xshm = {
|
||||||
NULL, /* has_windowed */
|
NULL, /* has_windowed */
|
||||||
xshm_gfx_set_shader,
|
xshm_gfx_set_shader,
|
||||||
xshm_gfx_free,
|
xshm_gfx_free,
|
||||||
"xshm",
|
"x11",
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
NULL, /* set_rotation */
|
NULL, /* set_rotation */
|
||||||
|
|
Loading…
Reference in New Issue