mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Log screensaver disable in xvideo.
This commit is contained in:
parent
e3a846ba54
commit
8fe47d5c16
@ -527,6 +527,7 @@ static void *xv_init(const video_info_t *video, const input_driver_t **input, vo
|
|||||||
xv_set_nonblock_state(xv, !video->vsync);
|
xv_set_nonblock_state(xv, !video->vsync);
|
||||||
xv->focus = true;
|
xv->focus = true;
|
||||||
|
|
||||||
|
RARCH_LOG("Suspending screensaver (X11).\n");
|
||||||
gfx_suspend_screensaver(xv->window);
|
gfx_suspend_screensaver(xv->window);
|
||||||
|
|
||||||
xinput = input_x.init();
|
xinput = input_x.init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user