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
2f873669
Commit
2f873669
authored
Nov 27, 2011
by
Rémi Denis-Courmont
Browse files
Correct debug message
parent
98aa3f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/display.c
View file @
2f873669
...
...
@@ -778,7 +778,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures)
if
(
hide_mouse
)
{
if
(
!
vd
->
info
.
has_hide_mouse
)
{
msg_Dbg
(
vd
,
"auto hiding mouse"
);
msg_Dbg
(
vd
,
"auto hiding mouse
cursor
"
);
vout_display_Control
(
vd
,
VOUT_DISPLAY_HIDE_MOUSE
);
}
vout_SendEventMouseHidden
(
osys
->
vout
);
...
...
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