Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITTransientStatusWindow.h
index 2e2a2e6..c7bac6e 100644 (file)
@@ -5,16 +5,13 @@
  *     NSWindow subclass for quick display of status information, similar to
  *             volume/brightness/eject bezel key windows.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
 #import <Cocoa/Cocoa.h>
-#import "ITWindowPositioning.h"
-#import "ITWindowEffect.h"
+#import <ITKit/ITWindowPositioning.h>
+#import <ITKit/ITWindowEffect.h>
 
 #define DEFAULT_EXIT_DELAY 3.0
 
@@ -59,7 +56,7 @@ typedef enum {
        NSView *_contentSubView;                
 }
 
-+ (id)sharedWindow;
++ (ITTransientStatusWindow *)sharedWindow;
 
 - (id)initWithContentView:(NSView *)contentView exitMode:(ITTransientStatusWindowExitMode)exitMode backgroundType:(ITTransientStatusWindowBackgroundType)backgroundType;