mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Update sdl2_gfx.c
This commit is contained in:
parent
5a605099c6
commit
466e82f55d
@ -539,7 +539,10 @@ static bool sdl2_gfx_focus(void *data)
|
||||
return (SDL_GetWindowFlags(vid->window) & flags) == flags;
|
||||
}
|
||||
|
||||
#if !defined(HAVE_X11)
|
||||
static bool sdl2_gfx_suspend_screensaver(void *data, bool enable) { return false; }
|
||||
#endif
|
||||
|
||||
/* TODO/FIXME - implement */
|
||||
static bool sdl2_gfx_has_windowed(void *data) { return true; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user