git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Positioning Fixes. The window might still do some weirdness if you change its positi...
[MenuTunes.git]
/
MainController.h
diff --git
a/MainController.h
b/MainController.h
index
e4eeea2
..
ae6f7fd
100755
(executable)
--- a/
MainController.h
+++ b/
MainController.h
@@
-65,6
+65,7
@@
- (void)selectEQPresetAtIndex:(int)index;
- (void)showPlayer;
- (void)showPreferences;
- (void)selectEQPresetAtIndex:(int)index;
- (void)showPlayer;
- (void)showPreferences;
+- (void)showTestWindow;
- (void)quitMenuTunes;
//
- (void)quitMenuTunes;
//
@@
-81,4
+82,6
@@
- (void)setupHotKeys;
- (void)closePreferences;
- (void)setupHotKeys;
- (void)closePreferences;
+- (void)showCurrentTrackInfo;
+
@end
@end