Initial hookup of the new positioning into MT. The corner effects work,
[MenuTunes.git] / StatusWindowController.h
index a6633a8..7e9aae5 100755 (executable)
@@ -33,6 +33,8 @@ typedef enum {
 
 + (StatusWindowController *)sharedController;
 
+- (void)readDefaults;
+
 - (void)showUpcomingSongsWindowWithTitles:(NSArray *)titleStrings;
 
 - (void)showVolumeWindowWithLevel:(float)level;
@@ -41,6 +43,7 @@ typedef enum {
 - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode;
 - (void)showSetupQueryWindow;
 - (void)showRegistrationQueryWindow;
+- (void)showReconnectQueryWindow;
 
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title