Commit 3a702cef authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Typos s/hidding/hiding/g

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 610cf8ff
...@@ -802,7 +802,7 @@ void FullscreenControllerWidget::slowHideFSC() ...@@ -802,7 +802,7 @@ void FullscreenControllerWidget::slowHideFSC()
/** /**
* event handling * event handling
* events: show, hide, start timer for hidding * events: show, hide, start timer for hiding
*/ */
void FullscreenControllerWidget::customEvent( QEvent *event ) void FullscreenControllerWidget::customEvent( QEvent *event )
{ {
...@@ -1037,7 +1037,7 @@ void FullscreenControllerWidget::fullscreenChanged( vout_thread_t *p_vout, ...@@ -1037,7 +1037,7 @@ void FullscreenControllerWidget::fullscreenChanged( vout_thread_t *p_vout,
var_DelCallback( p_vout, "mouse-moved", var_DelCallback( p_vout, "mouse-moved",
FullscreenControllerWidgetMouseMoved, this ); FullscreenControllerWidgetMouseMoved, this );
/* Force fs hidding */ /* Force fs hiding */
IMEvent *eHide = new IMEvent( FullscreenControlHide_Type, 0 ); IMEvent *eHide = new IMEvent( FullscreenControlHide_Type, 0 );
QApplication::postEvent( this, eHide ); QApplication::postEvent( this, eHide );
} }
......
...@@ -784,7 +784,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures) ...@@ -784,7 +784,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures)
if (hide_mouse) { if (hide_mouse) {
if (!vd->info.has_hide_mouse) { if (!vd->info.has_hide_mouse) {
msg_Dbg(vd, "auto hidding mouse"); msg_Dbg(vd, "auto hiding mouse");
vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE); vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE);
} }
vout_SendEventMouseHidden(osys->vout); vout_SendEventMouseHidden(osys->vout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment