Skip to content

Commit 561ef25

Browse files
afaerbermalc
authored and
malc
committed
Cocoa: Use optimized drawing for the window
Default is NO. Signed-off-by: Andreas Färber <[email protected]> Signed-off-by: malc <[email protected]>
1 parent 1238108 commit 561ef25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cocoa.m

+1
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ - (id) init
740740
[normalWindow setAcceptsMouseMovedEvents:YES];
741741
[normalWindow setTitle:[NSString stringWithFormat:@"QEMU"]];
742742
[normalWindow setContentView:cocoaView];
743+
[normalWindow useOptimizedDrawing:YES];
743744
[normalWindow makeKeyAndOrderFront:self];
744745
[normalWindow center];
745746

0 commit comments

Comments
 (0)