Commit b11d6850 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Tell Cocoa that we don't draw a focus ring for our views.

This seems to eliminate a lot of house-keeping work inside Cocoa.
parent c4708bca
......@@ -358,6 +358,11 @@ static inline NSUInteger adjusted_modifiers_for_option_behavior(NSUInteger modif
[[self inputContext] discardMarkedText];
}
- (NSFocusRingType) focusRingType
{
return NSFocusRingTypeNone;
}
/*
* ---------- NSTextInputClient methods ----------
*/
......
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