Commit 7da0bc9c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)

parent afafeb19
...@@ -313,6 +313,7 @@ ...@@ -313,6 +313,7 @@
i_timeToKeepVisibleInSec -= 1; i_timeToKeepVisibleInSec -= 1;
if( i_timeToKeepVisibleInSec < 1 ) if( i_timeToKeepVisibleInSec < 1 )
{ {
[NSCursor setHiddenUntilMouseMoves: YES];
[self fadeOut]; [self fadeOut];
[timer invalidate]; [timer invalidate];
[timer release]; [timer release];
......
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