summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/PSMTabBarControl/PSMTabDragView.h')
-rw-r--r--frontends/cocoa/PSMTabBarControl/PSMTabDragView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h b/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h
index f8018d290..d106f5106 100644
--- a/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h
+++ b/frontends/cocoa/PSMTabBarControl/PSMTabDragView.h
@@ -9,9 +9,9 @@
#import <Cocoa/Cocoa.h>
@interface PSMTabDragView : NSView {
- NSImage *_image;
- NSImage *_alternateImage;
- CGFloat _alpha;
+ NSImage *_image;
+ NSImage *_alternateImage;
+ CGFloat _alpha;
}
- (void)setFadeValue:(CGFloat)value;
- (NSImage *)image;