winemac: Process clicks in an inactive window in addition to activating it.

This commit is contained in:
Ken Thomases 2013-02-06 19:32:30 -06:00 committed by Alexandre Julliard
parent 572324bae3
commit 033fe9a7c2
1 changed files with 5 additions and 0 deletions

View File

@ -216,6 +216,11 @@ - (void) rightMouseDown:(NSEvent*)theEvent
[[self window] rightMouseDown:theEvent]; [[self window] rightMouseDown:theEvent];
} }
- (BOOL) acceptsFirstMouse:(NSEvent*)theEvent
{
return YES;
}
@end @end