summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-05 12:43:58 +0200
committerSven Weidauer <sven@5sw.de>2017-06-05 12:43:58 +0200
commit7a3976a120e33a9a56590388e5ed077a0c766e14 (patch)
treeb5accdebdecea0ba26cd14b5e2d2cfc2f7b82d1b /frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
parente51c739bfc8e0c50161172952c99b8796703c6fe (diff)
downloadnetsurf-7a3976a120e33a9a56590388e5ed077a0c766e14.tar.gz
netsurf-7a3976a120e33a9a56590388e5ed077a0c766e14.tar.bz2
Reformat headers as well.
Diffstat (limited to 'frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h')
-rw-r--r--frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h b/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
index fd2c2dde4..9aa17a905 100644
--- a/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
+++ b/frontends/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
@@ -7,13 +7,12 @@
//
// based on http://www.cocoadev.com/index.pl?GradientFill
-
#import <Cocoa/Cocoa.h>
@interface NSBezierPath (AMShading)
-- (void)customHorizontalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
-- (void)customVerticalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
+- (void)customHorizontalFillWithCallbacks:(CGFunctionCallbacks)functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
+- (void)customVerticalFillWithCallbacks:(CGFunctionCallbacks)functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
- (void)linearGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor;
- (void)linearVerticalGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor;