Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b04608ec
Commit
b04608ec
authored
Jun 19, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./modules/misc/screensaver.c: the screensaver was disabled way too often
because I forgot to reinitialise an index.
parent
9ea835e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/misc/screensaver.c
modules/misc/screensaver.c
+3
-1
No files found.
modules/misc/screensaver.c
View file @
b04608ec
...
...
@@ -2,7 +2,7 @@
* screensaver.c : disable screen savers when VLC is playing
*****************************************************************************
* 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>
*
...
...
@@ -87,6 +87,8 @@ static void Run( intf_thread_t *p_intf )
/* FIXME: add support for other screensavers */
}
i_lastcall
=
0
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment