Mercurial > mplayer.hg
changeset 17033:df9285f39236
Revert previous commit
``Nov 22 To mplayer-cvsl ( 32) [MPlayer-cvslog] CVS: main/libvo x11_common.c,1.199,1.200''
- causes unneeded massive slowdown when stop-xscreensaver is used
- is not consistent with the other xscreensaver functions
- was commited without my approval
author | al |
---|---|
date | Tue, 22 Nov 2005 22:05:47 +0000 |
parents | 7d0773bb1e42 |
children | a22f56bb3c5e |
files | libvo/x11_common.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Tue Nov 22 19:24:09 2005 +0000 +++ b/libvo/x11_common.c Tue Nov 22 22:05:47 2005 +0000 @@ -1572,8 +1572,6 @@ unsigned int time = GetTimerMS(); XEvent ev; - if (mDisplay) - xs_windowid = find_xscreensaver_window(mDisplay); if (mDisplay && xs_windowid && ((time - time_last) > 30000 || (time - time_last) < 0)) {