"fixed image scaling" more like "broke aspect ratios" am i rite
[MenuTunes.git] / MainController.h
index f4f9f7b..ae6f7fd 100755 (executable)
 - (void)selectEQPresetAtIndex:(int)index;
 - (void)showPlayer;
 - (void)showPreferences;
+- (void)showTestWindow;
 - (void)quitMenuTunes;
 
 //
 
 - (void)setServerStatus:(BOOL)newStatus;
-- (BOOL)connectToServer;
+- (int)connectToServer;
 - (BOOL)disconnectFromServer;
 - (void)networkError:(NSException *)exception;
 
@@ -81,4 +82,6 @@
 - (void)setupHotKeys;
 - (void)closePreferences;
 
+- (void)showCurrentTrackInfo;
+
 @end