Commit b04608ec authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/misc/screensaver.c: the screensaver was disabled way too often

    because I forgot to reinitialise an index.
parent 9ea835e5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* screensaver.c : disable screen savers when VLC is playing * screensaver.c : disable screen savers when VLC is playing
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: screensaver.c,v 1.2 2003/03/30 18:14:38 gbazin Exp $ * $Id: screensaver.c,v 1.3 2003/06/19 13:08:57 sam Exp $
* *
* Authors: Sam Hocevar <sam@zoy.org> * Authors: Sam Hocevar <sam@zoy.org>
* *
...@@ -87,6 +87,8 @@ static void Run( intf_thread_t *p_intf ) ...@@ -87,6 +87,8 @@ static void Run( intf_thread_t *p_intf )
/* FIXME: add support for other screensavers */ /* FIXME: add support for other screensavers */
} }
i_lastcall = 0;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment