[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
Mon Aug 6 13:33:21 CEST 2012


vlc/vlc-2.0 | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Sun Aug  5 13:38:51 2012 +0200| [4f6e0e0f2935bdaf55c50305291bab5b8b6921ef] | committer: Felix Paul Kühne

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>
(cherry picked from commit 80fb36e480d7cba4d52bf858c76f905ff2d33b90)

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=4f6e0e0f2935bdaf55c50305291bab5b8b6921ef
---

 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 b1dd73a..331a8bc 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -228,6 +228,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