Commit 033fe9a7 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent 572324ba
...@@ -216,6 +216,11 @@ static inline void fix_generic_modifiers_by_device(NSUInteger* modifiers) ...@@ -216,6 +216,11 @@ static inline void fix_generic_modifiers_by_device(NSUInteger* modifiers)
[[self window] rightMouseDown:theEvent]; [[self window] rightMouseDown:theEvent];
} }
- (BOOL) acceptsFirstMouse:(NSEvent*)theEvent
{
return YES;
}
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment