mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-22 17:38:36 +03:00
10 lines
301 B
Objective-C
10 lines
301 B
Objective-C
#import "TerminalWindowButtonsBackdropOverlayLayer.h"
|
|
|
|
@implementation TerminalWindowButtonsBackdropOverlayLayer
|
|
|
|
// A private compositing filter ("plus darker") that is used in titlebar
|
|
// tab bars to create the effect of recessed, unselected tabs.
|
|
- (id)compositingFilter { return @"plusD"; }
|
|
|
|
@end
|