Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
031832b0
Commit
031832b0
authored
Jul 26, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inhibit: start inhibiting power suspend as soon as input changes
do not wait until a state change event
parent
5c484feb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
modules/misc/inhibit.c
modules/misc/inhibit.c
+5
-0
No files found.
modules/misc/inhibit.c
View file @
031832b0
...
...
@@ -280,7 +280,12 @@ static int InputChange( vlc_object_t *p_playlist, const char *var,
}
p_sys
->
p_input
=
VLC_OBJECT
(
playlist_CurrentInput
(
p_sys
->
p_playlist
));
if
(
p_sys
->
p_input
)
{
Inhibit
(
p_intf
,
FREEDESKTOP
);
Inhibit
(
p_intf
,
GNOME
);
var_AddCallback
(
p_sys
->
p_input
,
"state"
,
StateChange
,
p_intf
);
}
(
void
)
var
;
(
void
)
prev
;
(
void
)
value
;
(
void
)
p_playlist
;
return
VLC_SUCCESS
;
...
...
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