]> Git Repo - qemu.git/blobdiff - cocoa.m
iov: Move from hw/ to topdir
[qemu.git] / cocoa.m
diff --git a/cocoa.m b/cocoa.m
index bb4325ce0b6ef75e61e9c0eafae0dcc5e7c146a2..56c789a98c36e934cdc86be15347f93ef75b8d9c 100644 (file)
--- a/cocoa.m
+++ b/cocoa.m
@@ -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];
 
This page took 0.023045 seconds and 4 git commands to generate.