Bumped to version 1.7.2. First freeware release.
[MenuTunes.git] / StatusWindowController.h
index 18443dc..b2383c6 100755 (executable)
@@ -26,6 +26,7 @@ typedef enum {
 typedef enum {
        StatusWindowNoType = -1,
        StatusWindowTrackInfoType,
+       StatusWindowAlbumArtType,
        StatusWindowUpcomingSongsType,
        StatusWindowVolumeType,
        StatusWindowRatingType,
@@ -33,7 +34,6 @@ typedef enum {
        StatusWindowShuffleType,
        StatusWindowShufflabilityType,
        StatusWindowSetupType,
-       StatusWindowRegistrationType,
        StatusWindowNetworkType,
        StatusWindowPreferencesType,
        StatusWindowDebugType
@@ -56,12 +56,13 @@ typedef enum {
 - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode;
 - (void)showSongShufflabilityWindow:(BOOL)shufflable;
 - (void)showSetupQueryWindow;
-- (void)showRegistrationQueryWindow;
 - (void)showReconnectQueryWindow;
 - (void)showNetworkErrorQueryWindow;
 - (void)showPreferencesUpdateWindow;
 - (void)showDebugModeEnabledWindow;
 
+- (void)showAlbumArtWindowWithImage:(NSImage *)image;
+- (void)showAlbumArtWindowWithErrorText:(NSString *)string;
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title
                                album:            (NSString *)album