提交 90b144cf 编写于 作者: F fwcd 提交者: Alexander Smorkalov

Cocoa/highgui: Set activateIgnoringOtherApps

上级 6c36cd5d
......@@ -579,6 +579,8 @@ CV_IMPL int cvNamedWindow( const char* name, int flags )
[window setContentView:[[CVView alloc] init]];
[NSApp activateIgnoringOtherApps:YES];
[window setHasShadow:YES];
[window setAcceptsMouseMovedEvents:YES];
[window useOptimizedDrawing:YES];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册