Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
1b49fb910e13
Commit
51279c5a
authored
Aug 29, 2014
by
Albert Shih
Browse files
mlv_play: play button is the same as play/pause in the OSD menu
--HG-- branch : mlv_play
parent
a20d110f778a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/mlv_play/mlv_play.c
View file @
1b49fb91
...
...
@@ -775,6 +775,11 @@ static void mlv_play_osd_task(void *priv)
mlv_play_osd_act
(
&
mlv_play_osd_delete
);
mlv_play_osd_delete
(
NULL
,
0
,
2
);
break
;
case
MODULE_KEY_PLAY
:
mlv_play_osd_act
(
&
mlv_play_osd_pause
);
mlv_play_osd_pause
(
NULL
,
0
,
1
);
break
;
}
switch
(
mlv_play_osd_state
)
...
...
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