1
0
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:
reimar 2004-11-14 11:36:40 +00:00
parent 0d5385c997
commit fae622c10f

View File

@ -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);