Skip to content
Snippets Groups Projects
Commit 561ef251 authored by Andreas Färber's avatar Andreas Färber Committed by malc
Browse files

Cocoa: Use optimized drawing for the window


Default is NO.

Signed-off-by: default avatarAndreas Färber <andreas.faerber@web.de>
Signed-off-by: default avatarmalc <av1474@comtv.ru>
parent 12381085
No related branches found
No related tags found
No related merge requests found
......@@ -740,6 +740,7 @@ - (id) init
[normalWindow setAcceptsMouseMovedEvents:YES];
[normalWindow setTitle:[NSString stringWithFormat:@"QEMU"]];
[normalWindow setContentView:cocoaView];
[normalWindow useOptimizedDrawing:YES];
[normalWindow makeKeyAndOrderFront:self];
[normalWindow center];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment