X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/bf83c0b9878202150430f57bbf76475f7dbd443d..62ce32fc935d82a28a4440d07536eae205bfb108:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index d4807fd..304b34d 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -32,10 +32,10 @@ //Used in updating the menu automatically NSTimer *refreshTimer; int trackInfoIndex, lastSongIndex; - bool isPlayingRadio; + BOOL isPlayingRadio; - bool isAppRunning; - bool didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu + BOOL isAppRunning; + BOOL didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu //For upcoming songs NSMenuItem *upcomingSongsItem; @@ -54,6 +54,7 @@ PreferencesController *prefsController; StatusWindowController *statusController; //Shows track info and upcoming songs. } + - (void)registerDefaultsIfNeeded; - (void)rebuildMenu; - (void)clearHotKeys;