提交 561ef251 编写于 作者: A Andreas Färber 提交者: malc

Cocoa: Use optimized drawing for the window

Default is NO.
Signed-off-by: NAndreas Färber <andreas.faerber@web.de>
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 12381085
......@@ -740,6 +740,7 @@ static int cocoa_keycode_to_qemu(int keycode)
[normalWindow setAcceptsMouseMovedEvents:YES];
[normalWindow setTitle:[NSString stringWithFormat:@"QEMU"]];
[normalWindow setContentView:cocoaView];
[normalWindow useOptimizedDrawing:YES];
[normalWindow makeKeyAndOrderFront:self];
[normalWindow center];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册