[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.200,1.201
Alexander Strasser beastd
syncmail at mplayerhq.hu
Tue Nov 22 23:05:50 CET 2005
CVS change done by Alexander Strasser (beastd)
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv6613/libvo
Modified Files:
x11_common.c
Log Message:
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
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- x11_common.c 21 Nov 2005 23:51:27 -0000 1.200
+++ x11_common.c 22 Nov 2005 22:05:47 -0000 1.201
@@ -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))
{
More information about the MPlayer-cvslog
mailing list