Fix compilation with --enable-xshm.

Fixes https://github.com/libretro/RetroArch/issues/5551.
This commit is contained in:
orbea 2017-10-18 09:33:09 -07:00
parent f3aceefe84
commit 5ec052b675

View File

@ -255,7 +255,7 @@ video_driver_t video_xshm = {
xshm_gfx_alive,
xshm_gfx_focus,
xshm_gfx_suppress_screensaver,
xshm_gfx_has_windowed,
NULL, /* has_windowed */
xshm_gfx_set_shader,
xshm_gfx_free,
"xshm",