]> git.sesse.net Git - vlc/commitdiff
Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 3 Mar 2007 01:12:51 +0000 (01:12 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 3 Mar 2007 01:12:51 +0000 (01:12 +0000)
modules/gui/macosx/fspanel.m

index 701f7a71523c8abc3cec4826e8c93f41fd514317..7516d811de17568e26996cff78f03a351c92c3ee 100644 (file)
     i_timeToKeepVisibleInSec -= 1;\r
     if( i_timeToKeepVisibleInSec < 1 )\r
     {\r
+        [NSCursor setHiddenUntilMouseMoves: YES];\r
         [self fadeOut];\r
         [timer invalidate];\r
         [timer release];\r