Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITTransientStatusWindow.h
index bd2af50..c7bac6e 100644 (file)
@@ -5,10 +5,7 @@
  *     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
  *
  */
 
@@ -59,7 +56,7 @@ typedef enum {
        NSView *_contentSubView;                
 }
 
-+ (id)sharedWindow;
++ (ITTransientStatusWindow *)sharedWindow;
 
 - (id)initWithContentView:(NSView *)contentView exitMode:(ITTransientStatusWindowExitMode)exitMode backgroundType:(ITTransientStatusWindowBackgroundType)backgroundType;