mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
Should fix build on OSX (*shrug*).
This commit is contained in:
parent
ae8ab33e81
commit
4107218a5f
@ -155,7 +155,7 @@ bool gfx_ctx_set_video_mode(
|
||||
SDL_ShowCursor(SDL_DISABLE);
|
||||
|
||||
// Suspend screensaver on X11.
|
||||
#ifdef HAVE_X11
|
||||
#if defined(HAVE_X11) && !defined(__APPLE__)
|
||||
RARCH_LOG("Suspending screensaver (X11).\n");
|
||||
SDL_SysWMinfo info;
|
||||
|
||||
|
@ -120,7 +120,7 @@ bool gfx_window_title(char *buf, size_t size)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef HAVE_X11
|
||||
#if defined(HAVE_X11) && !defined(__APPLE__)
|
||||
void gfx_suspend_screensaver(Window wnd)
|
||||
{
|
||||
char cmd[64];
|
||||
|
Loading…
x
Reference in New Issue
Block a user