Commit 4f6e0e0f authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Felix Paul Kühne

vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse...

vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse cursor when we need it visible.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 80fb36e480d7cba4d52bf858c76f905ff2d33b90)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 086dffbb
...@@ -228,6 +228,7 @@ static int Open (vlc_object_t *this) ...@@ -228,6 +228,7 @@ static int Open (vlc_object_t *this)
info.has_pictures_invalid = false; info.has_pictures_invalid = false;
info.has_event_thread = true; info.has_event_thread = true;
info.subpicture_chromas = subpicture_chromas; info.subpicture_chromas = subpicture_chromas;
info.has_hide_mouse = true;
/* Setup vout_display_t once everything is fine */ /* Setup vout_display_t once everything is fine */
vd->info = info; vd->info = info;
......
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