Commit c33a6b5e authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: only show fullscreen controller when the mouse is inside the video window actually

this is especially important in multi monitor setups
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 28dd1b12
......@@ -279,8 +279,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
if( b_inside )
{
vout_display_SendEventMouseMoved( [[[self subviews] objectAtIndex:0] voutDisplay], ((int)ml.x), ((int)s_rect.size.height - ((int)ml.y)) );
[[VLCMain sharedInstance] showFullscreenController];
}
[[VLCMain sharedInstance] showFullscreenController];
vlc_object_release( p_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