Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8eb5947d
Commit
8eb5947d
authored
Nov 11, 2011
by
ivoire
Browse files
vlc_mouse: Fix typo
parent
5b859717
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_mouse.h
View file @
8eb5947d
...
...
@@ -117,7 +117,7 @@ static inline void vlc_mouse_GetMotion( int *pi_x, int *pi_y,
static
inline
bool
vlc_mouse_HasChanged
(
const
vlc_mouse_t
*
p_old
,
const
vlc_mouse_t
*
p_new
)
{
return
p_old
->
i_x
!=
p_new
->
i_x
||
p_old
->
i_
x
!=
p_new
->
i_
x
||
return
p_old
->
i_x
!=
p_new
->
i_x
||
p_old
->
i_
y
!=
p_new
->
i_
y
||
p_old
->
i_pressed
!=
p_new
->
i_pressed
;
}
static
inline
bool
vlc_mouse_HasMoved
(
const
vlc_mouse_t
*
p_old
,
...
...
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