mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
winemac: Process clicks in an inactive window in addition to activating it.
This commit is contained in:
parent
572324bae3
commit
033fe9a7c2
@ -216,6 +216,11 @@ static inline void fix_generic_modifiers_by_device(NSUInteger* modifiers)
|
||||
[[self window] rightMouseDown:theEvent];
|
||||
}
|
||||
|
||||
- (BOOL) acceptsFirstMouse:(NSEvent*)theEvent
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user