mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 06:30:06 +00:00
keep screensaver off when playing multiple files.
patch by rgselknospam (at) yahoo [dot] com. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13936 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0d5385c997
commit
fae622c10f
@ -371,7 +371,10 @@ int vo_init(void)
|
||||
WinID = 0; // use root win
|
||||
|
||||
if (vo_depthonscreen)
|
||||
{
|
||||
saver_off(mDisplay);
|
||||
return 1; // already called
|
||||
}
|
||||
|
||||
XSetErrorHandler(x11_errorhandler);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user