summaryrefslogtreecommitdiff
path: root/cocoa/PSMTabBarControl/PSMTabDragView.h
diff options
context:
space:
mode:
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;