X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/7a218424c6a92eb4979564a7260f862edd46052d..e7aa9ad5fd86f6bf5bb2605bda4e2a05ed86bc77:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index ad1d854..fc95c8d 100644 --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -14,15 +14,15 @@ #import 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;