diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
commit | 6375d3eb602251a2374944817e34b9695ae50b65 (patch) | |
tree | a1f9cab47facd8e4b81115983cce4c053ed8cb8d /src/common-defs.h | |
parent | 6de8affd0a17ab7729ac7647d8e84e58a158601a (diff) | |
parent | d737d7c43b907929fc62c294a0962284f097853d (diff) | |
download | ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.gz ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.bz2 ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.zip |
feature for new banshee specific behaviour landed
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 68cb0b8..b118d4b 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -45,7 +45,8 @@ typedef enum { typedef enum { TRANSPORT_STATE_PLAYING, - TRANSPORT_STATE_PAUSED + TRANSPORT_STATE_PAUSED, + TRANSPORT_STATE_LAUNCHING }TransportState; #define NOT_ACTIVE -1 |