Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITStatusItem.h
index 7085c78..627a380 100644 (file)
@@ -5,10 +5,7 @@
  *     NSStatusItem subclass which attempts to approximate NSMenuExtra's
  *             appearance and functionality.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
@@ -22,6 +19,7 @@
 
 @interface ITStatusItem : NSStatusItem {
        id <ITStatusItemMenuProvider> _menuProvider;
+       NSMenu *_menuProxy;
 }
 
 - (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;