Skip to content

Commit

Permalink
Update sdl2_gfx.c
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin authored Oct 31, 2023
1 parent 5a60509 commit 466e82f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gfx/drivers/sdl2_gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 466e82f

Please sign in to comment.