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
03a1a921
Commit
03a1a921
authored
Jul 08, 2008
by
Pierre d'Herbemont
Browse files
macosx: Don't attempt to close the window in fullscreen.
parent
b24328a6
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/macosx/vout.m
View file @
03a1a921
...
...
@@ -991,6 +991,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
/* Don't close the window yet, wait a bit to see if a new input is poping up */
/* FIXME: Probably fade the window In and Out */
/* FIXME: fix core */
if
(
!
[
self
isFullscreen
])
[
o_window
performSelector
:
@selector
(
orderOut
:)
withObject
:
nil
afterDelay
:
1
.
5
];
[
super
closeVout
];
...
...
Write
Preview
Supports
Markdown
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