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 @@ - (void) rightMouseDown:(NSEvent*)theEvent
|
||||||
[[self window] rightMouseDown:theEvent];
|
[[self window] rightMouseDown:theEvent];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL) acceptsFirstMouse:(NSEvent*)theEvent
|
||||||
|
{
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue