Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITTSWBackgroundView.h
old mode 100755 (executable)
new mode 100644 (file)
index 129eb03..76d923b
@@ -1,30 +1,25 @@
 /*
  *     ITKit
- *  ITTSWBackgroundView
- *    NSView subclass which draws a translucent background with rounded corners.
+ *     ITTSWBackgroundView.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *     NSView subclass which draws a translucent background with rounded corners.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
 #import <Cocoa/Cocoa.h>
 
-
 typedef enum _ITTSWBackgroundMode {
-    ITTSWBackgroundApple,
-    ITTSWBackgroundReadable,
-    ITTSWBackgroundColored
+       ITTSWBackgroundApple,
+       ITTSWBackgroundReadable,
+       ITTSWBackgroundColored
 } ITTSWBackgroundMode;
 
-
 @interface ITTSWBackgroundView : NSView {
-    NSBezierPath        *_path;
-    NSColor             *_color;
-    ITTSWBackgroundMode  _mode;
+       NSBezierPath *_path;
+       NSColor *_color;
+       ITTSWBackgroundMode _mode;
 }
 
 - (ITTSWBackgroundMode)backgroundMode;
@@ -33,4 +28,4 @@ typedef enum _ITTSWBackgroundMode {
 - (NSColor *)backgroundColor;
 - (void)setBackgroundColor:(NSColor *)newColor;
 
-@end
+@end
\ No newline at end of file