Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7da0bc9c
Commit
7da0bc9c
authored
Mar 03, 2007
by
Pierre d'Herbemont
Browse files
Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
parent
afafeb19
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/fspanel.m
View file @
7da0bc9c
...
...
@@ -313,6 +313,7 @@
i_timeToKeepVisibleInSec
-=
1
;
if
(
i_timeToKeepVisibleInSec
<
1
)
{
[
NSCursor
setHiddenUntilMouseMoves
:
YES
];
[
self
fadeOut
];
[
timer
invalidate
];
[
timer
release
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment