aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-21 16:01:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-21 16:01:03 +0000
commit6375d3eb602251a2374944817e34b9695ae50b65 (patch)
treea1f9cab47facd8e4b81115983cce4c053ed8cb8d /src/common-defs.h
parent6de8affd0a17ab7729ac7647d8e84e58a158601a (diff)
parentd737d7c43b907929fc62c294a0962284f097853d (diff)
downloadayatana-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.h3
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