Commit 4475524e authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

winemac: Add default case in isMouseMoveEventType.

parent 6cd11396
......@@ -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
......
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