diff options
Diffstat (limited to 'cocoa.m')
-rw-r--r-- | cocoa.m | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -305,6 +305,11 @@ static int cocoa_keycode_to_qemu(int keycode) [super dealloc]; } +- (BOOL) isOpaque +{ + return YES; +} + - (void) drawRect:(NSRect) rect { COCOA_DEBUG("QemuCocoaView: drawRect\n"); |