Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
f225ee61
Commit
f225ee61
authored
Sep 18, 2012
by
Diorcet Yann
Browse files
MSOSXDisplay: setWantsLayer when using NSView
parent
02dc872f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/msosxdisplay.m
src/msosxdisplay.m
+1
-0
No files found.
src/msosxdisplay.m
View file @
f225ee61
...
...
@@ -229,6 +229,7 @@
if
(
aview
!=
nil
)
{
view
=
[
aview
retain
];
[
view
setWantsLayer
:
YES
];
[
glLayer
setFrame
:[[
view
layer
]
bounds
]];
[[
view
layer
]
addSublayer
:
glLayer
];
}
...
...
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