[vlc-commits] macosx/misc: replace symbol deprecated in macOS 10.0
Felix Paul Kühne
git at videolan.org
Wed Feb 8 19:05:14 CET 2017
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 15 22:15:46 2016 +0100| [08b6c591f409a3ac771a13b0de32edf6429323e7] | committer: Felix Paul Kühne
macosx/misc: replace symbol deprecated in macOS 10.0
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=08b6c591f409a3ac771a13b0de32edf6429323e7
---
modules/gui/macosx/misc.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/misc.m b/modules/gui/macosx/misc.m
index 9eae3ae..e48b46b 100644
--- a/modules/gui/macosx/misc.m
+++ b/modules/gui/macosx/misc.m
@@ -407,7 +407,7 @@ static bool b_old_spaces_style = YES;
NSRect frameRect = [self bounds];
[[NSColor selectedControlColor] set];
- NSFrameRectWithWidthUsingOperation(frameRect, 2., NSCompositeHighlight);
+ NSFrameRectWithWidthUsingOperation(frameRect, 2., NSCompositeSourceOver);
}
[super drawRect:dirtyRect];
More information about the vlc-commits
mailing list