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
89c24db9
Commit
89c24db9
authored
Mar 27, 2007
by
Pierre d'Herbemont
Browse files
Mac OS X gui: Fix libvlc key handling when leaving fullscreen.
parent
4ed152a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/embeddedwindow.m
View file @
89c24db9
...
...
@@ -431,6 +431,7 @@
[[
self
contentView
]
replaceSubview
:
o_temp_view
with
:
o_view
];
[
o_view
release
];
[
o_view
setFrame
:[
o_temp_view
frame
]];
[
self
makeFirstResponder
:
o_view
];
if
([
self
isVisible
])
[
self
makeKeyAndOrderFront
:
self
];
[
o_fullscreen_window
orderOut
:
self
];
...
...
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