mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +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->focus = true;
|
||||
|
||||
RARCH_LOG("Suspending screensaver (X11).\n");
|
||||
gfx_suspend_screensaver(xv->window);
|
||||
|
||||
xinput = input_x.init();
|
||||
|
Loading…
Reference in New Issue
Block a user