X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/24e8080bddc73dc3ffcaa483570cdfa9d7258c53..0fc44e732f98ed55cdd0d0914c4031ad9c005edc:/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;