mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187613 - Error: cannot initialize a variable of type 'const CGEventField' with an rvalue of type 'int' if build with 10.11 SDK. r=spohl
This commit is contained in:
parent
50fbde3f50
commit
3501f63264
@ -6565,7 +6565,7 @@ HandleEvent(CGEventTapProxy aProxy, CGEventType aType,
|
|||||||
[self performSelector:@selector(shutdownAndReleaseCalledOnEventThread) onThread:mThread withObject:nil waitUntilDone:NO];
|
[self performSelector:@selector(shutdownAndReleaseCalledOnEventThread) onThread:mThread withObject:nil waitUntilDone:NO];
|
||||||
}
|
}
|
||||||
|
|
||||||
static const CGEventField kCGWindowNumberField = 51;
|
static const CGEventField kCGWindowNumberField = (const CGEventField) 51;
|
||||||
|
|
||||||
// Called on scroll thread
|
// Called on scroll thread
|
||||||
- (void)handleEvent:(CGEventRef)cgEvent type:(CGEventType)type
|
- (void)handleEvent:(CGEventRef)cgEvent type:(CGEventType)type
|
||||||
|
Loading…
Reference in New Issue
Block a user