Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
3a702cef
Commit
3a702cef
authored
Sep 07, 2010
by
Francois Cartegnie
Committed by
Jean-Baptiste Kempf
Sep 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos s/hidding/hiding/g
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
610cf8ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/qt4/components/controller.cpp
modules/gui/qt4/components/controller.cpp
+2
-2
src/video_output/display.c
src/video_output/display.c
+1
-1
No files found.
modules/gui/qt4/components/controller.cpp
View file @
3a702cef
...
...
@@ -802,7 +802,7 @@ void FullscreenControllerWidget::slowHideFSC()
/**
* event handling
* events: show, hide, start timer for hid
d
ing
* events: show, hide, start timer for hiding
*/
void
FullscreenControllerWidget
::
customEvent
(
QEvent
*
event
)
{
...
...
@@ -1037,7 +1037,7 @@ void FullscreenControllerWidget::fullscreenChanged( vout_thread_t *p_vout,
var_DelCallback
(
p_vout
,
"mouse-moved"
,
FullscreenControllerWidgetMouseMoved
,
this
);
/* Force fs hid
d
ing */
/* Force fs hiding */
IMEvent
*
eHide
=
new
IMEvent
(
FullscreenControlHide_Type
,
0
);
QApplication
::
postEvent
(
this
,
eHide
);
}
...
...
src/video_output/display.c
View file @
3a702cef
...
...
@@ -784,7 +784,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 hid
d
ing mouse"
);
msg_Dbg
(
vd
,
"auto hiding mouse"
);
vout_display_Control
(
vd
,
VOUT_DISPLAY_HIDE_MOUSE
);
}
vout_SendEventMouseHidden
(
osys
->
vout
);
...
...
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