[vlc-commits] vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse cursor when we need it visible .
Sebastien Zwickert
git at videolan.org
Sun Aug 5 23:25:19 CEST 2012
vlc | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Sun Aug 5 13:38:51 2012 +0200| [80fb36e480d7cba4d52bf858c76f905ff2d33b90] | committer: Jean-Baptiste Kempf
vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse cursor when we need it visible.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80fb36e480d7cba4d52bf858c76f905ff2d33b90
---
modules/video_output/macosx.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index ade67bc..646fbb9 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -239,6 +239,7 @@ static int Open (vlc_object_t *this)
info.has_pictures_invalid = false;
info.has_event_thread = true;
info.subpicture_chromas = subpicture_chromas;
+ info.has_hide_mouse = true;
/* Setup vout_display_t once everything is fine */
vd->info = info;
More information about the vlc-commits
mailing list