X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9cebb1f7452afe422cb940e970c9f30b5180a239..8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc:/MainController.h diff --git a/MainController.h b/MainController.h index ca26af8..5fb00ec 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1300 +#define MT_CURRENT_VERSION 1520 @class StatusWindowController, MenuController, NetworkController; @@ -35,6 +35,7 @@ //Used in updating the menu automatically NSTimer *refreshTimer; NSString *_latestSongIdentifier, *_toolTip; + NSDictionary *_lastTrackInfo; StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; @@ -43,8 +44,9 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating, _checkingForServer, _popped; + BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling; BOOL blinged; + int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window NSLock *_serverCheckLock; } + (MainController *)sharedController;