X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/51a18ac1bb037b0c32f5f30f5a0436ff61b64f21..90261ef2a4b2facc14c3c05a5a6e586e900a4f94:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index 522af29..ff56e90 100755 --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -1,6 +1,6 @@ /* * ITKit - * ITGrayRoundedView + * ITTSWBackgroundView * NSView subclass which draws a translucent background with rounded corners. * * Original Author : Matt Judy @@ -14,8 +14,8 @@ #import -@interface ITGrayRoundedView : NSView { - +@interface ITTSWBackgroundView : NSView { + NSBezierPath *_path; } @end