"fixed image scaling" more like "broke aspect ratios" am i rite
[MenuTunes.git] / StatusWindowController.h
index a57c128..a3c36ea 100755 (executable)
@@ -40,6 +40,7 @@ typedef enum {
 - (void)showSetupQueryWindow;
 - (void)showRegistrationQueryWindow;
 - (void)showReconnectQueryWindow;
+- (void)showPreferencesUpdateWindow;
 
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title
@@ -47,7 +48,8 @@ typedef enum {
                               artist:            (NSString *)artist
                                 time:            (NSString *)time  // FLOW: Should probably be NSDate or something.
                                track:            (NSString *)track
-                              rating:                   (int)rating;
+                              rating:                   (int)rating
+                               image:             (NSImage *)art;
 
 
 @end