Fixed a bug in updateTime:
[MenuTunes.git] / StatusWindowController.h
index 18443dc..ea9faef 100755 (executable)
@@ -26,6 +26,7 @@ typedef enum {
 typedef enum {
        StatusWindowNoType = -1,
        StatusWindowTrackInfoType,
 typedef enum {
        StatusWindowNoType = -1,
        StatusWindowTrackInfoType,
+       StatusWindowAlbumArtType,
        StatusWindowUpcomingSongsType,
        StatusWindowVolumeType,
        StatusWindowRatingType,
        StatusWindowUpcomingSongsType,
        StatusWindowVolumeType,
        StatusWindowRatingType,
@@ -62,6 +63,8 @@ typedef enum {
 - (void)showPreferencesUpdateWindow;
 - (void)showDebugModeEnabledWindow;
 
 - (void)showPreferencesUpdateWindow;
 - (void)showDebugModeEnabledWindow;
 
+- (void)showAlbumArtWindowWithImage:(NSImage *)image;
+- (void)showAlbumArtWindowWithErrorText:(NSString *)string;
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title
                                album:            (NSString *)album
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title
                                album:            (NSString *)album