NowPlaying.dll: iTunes shuffle state change now detected immediately.

This commit is contained in:
Birunthan Mohanathas
2011-11-19 11:44:04 +00:00
parent 42ce3d9666
commit d3a2a8a137
3 changed files with 40 additions and 14 deletions

View File

@ -87,6 +87,7 @@ private:
void Initialize();
void Uninitialize();
void OnDatabaseChange();
void OnTrackChange();
void OnStateChange(bool playing);
void OnVolumeChange(int volume);