summaryrefslogtreecommitdiff
path: root/cocoa/PSMTabBarControl/PSMTabDragView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-26 10:52:13 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-26 10:52:13 +0000
commit7b2694e9f6c35d9f50c3fb3cf38b0fc766478162 (patch)
treec4e3d07a6bb51de884f53312a96d05849f072db1 /cocoa/PSMTabBarControl/PSMTabDragView.h
parenta663cf8f84942e1147d1d2f3db292308639c7fa5 (diff)
downloadnetsurf-7b2694e9f6c35d9f50c3fb3cf38b0fc766478162.tar.gz
netsurf-7b2694e9f6c35d9f50c3fb3cf38b0fc766478162.tar.bz2
Updated PSMTabBarControl source code to version from https://github.com/dergraf83/PSMTabBarControl
svn path=/trunk/netsurf/; revision=11490
Diffstat (limited to 'cocoa/PSMTabBarControl/PSMTabDragView.h')
-rw-r--r--cocoa/PSMTabBarControl/PSMTabDragView.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cocoa/PSMTabBarControl/PSMTabDragView.h b/cocoa/PSMTabBarControl/PSMTabDragView.h
index bdf73304b..f8018d290 100644
--- a/cocoa/PSMTabBarControl/PSMTabDragView.h
+++ b/cocoa/PSMTabBarControl/PSMTabDragView.h
@@ -9,8 +9,9 @@
#import <Cocoa/Cocoa.h>
@interface PSMTabDragView : NSView {
- NSImage *_image, *_alternateImage;
- CGFloat _alpha;
+ NSImage *_image;
+ NSImage *_alternateImage;
+ CGFloat _alpha;
}
- (void)setFadeValue:(CGFloat)value;
- (NSImage *)image;