Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6811f460
Commit
6811f460
authored
Jul 06, 2009
by
ivoire
Browse files
Fix typo.
parent
322eab0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/wall.c
View file @
6811f460
...
...
@@ -428,7 +428,7 @@ static int Mouse( video_splitter_t *p_splitter, vlc_mouse_t *p_mouse,
{
for
(
int
x
=
0
;
x
<
p_sys
->
i_col
;
x
++
)
{
wall_output_t
*
p_output
=
p_output
=
&
p_sys
->
pp_output
[
x
][
y
];
wall_output_t
*
p_output
=
&
p_sys
->
pp_output
[
x
][
y
];
if
(
p_output
->
b_active
&&
p_output
->
i_output
==
i_index
)
{
*
p_mouse
=
*
p_new
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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