Show
Ignore:
Timestamp:
05/17/05 17:36:11 (4 years ago)
Author:
morris
Message:

Use custom dragging to get window up in the menubar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPUMonitor/trunk/CPUController.h

    r2834 r2836  
    3636 
    3737 
    38 @class CPUFloatingView, CPUExpandedView; 
     38@class CPUPanel, CPUFloatingView, CPUExpandedView; 
    3939 
    4040@interface CPUController : NSObject { 
     
    5757        IBOutlet NSImageView                            *_standardImageView; 
    5858 
    59         NSPanel                                                               *_floatingPanel; 
     59        CPUPanel                                                      *_floatingPanel; 
    6060        CPUFloatingView                                         *_floatingView; 
    6161