winemac: Add default case in isMouseMoveEventType.

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Gijs Vermeulen 2020-05-13 17:27:35 +02:00 committed by Alexandre Julliard
parent 6cd1139691
commit 4475524e59
1 changed files with 2 additions and 2 deletions

View File

@ -1229,9 +1229,9 @@ static NSString* WineLocalizedString(unsigned int stringID)
case kCGEventRightMouseDragged:
case kCGEventOtherMouseDragged:
return TRUE;
default:
return FALSE;
}
return FALSE;
}
- (int) warpsFinishedByEventTime:(CGEventTimestamp)eventTime location:(CGPoint)eventLocation