Commit 80fb36e4 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Jean-Baptiste Kempf

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>
parent 040acf66
...@@ -239,6 +239,7 @@ static int Open (vlc_object_t *this) ...@@ -239,6 +239,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