Fixing the project's missing files, and updating the background view for renaming
[ITKit.git] / ITTSWBackgroundView.h
index 522af29..ff56e90 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  *     ITKit
- *  ITGrayRoundedView
+ *  ITTSWBackgroundView
  *    NSView subclass which draws a translucent background with rounded corners.
  *
  *  Original Author : Matt Judy <mjudy@ithinksw.com>
@@ -14,8 +14,8 @@
 #import <Cocoa/Cocoa.h>
 
 
-@interface ITGrayRoundedView : NSView {
-
+@interface ITTSWBackgroundView : NSView {
+    NSBezierPath *_path;
 }
 
 @end