Skip to content
Snippets Groups Projects
Commit 8d571e39 authored by George Nachman's avatar George Nachman
Browse files

Fix warning

parent 9f1a1510
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3054,8 +3054,7 @@ ITERM_WEAKLY_REFERENCEABLE
[_textview setBlend:blendVal];
}
 
- (void)setTransparencyAffectsOnlyDefaultBackgroundColor:(BOOL)value
{
- (void)setTransparencyAffectsOnlyDefaultBackgroundColor:(BOOL)value {
[_textview setTransparencyAffectsOnlyDefaultBackgroundColor:value];
}
 
Loading
Loading
Loading
Loading
@@ -498,6 +498,8 @@ typedef void (^PTYTextViewDrawingHookBlock)(iTermTextDrawingHelper *);
// Undoes -refuseFirstResponderAtCurrentMouseLocation.
- (void)resetMouseLocationToRefuseFirstResponderAt;
 
- (void)setTransparencyAffectsOnlyDefaultBackgroundColor:(BOOL)value;
#pragma mark - Testing only
 
- (id)selectedTextAttributed:(BOOL)attributed
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment