diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-16 17:24:34 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-16 17:24:34 +0000 |
commit | 4c7f07ce4106f7e0f4e04ca034fd781b309e2985 (patch) | |
tree | ba4fce4f0256e5420a2fd5cd366ce717b7230793 /src/common-defs.h | |
parent | 2937537d66777034bb2fdfd23200acfb5b8de042 (diff) | |
download | ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.tar.gz ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.tar.bz2 ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.zip |
working as expected
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 21aab60..a3bcda0 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -42,7 +42,8 @@ typedef enum { typedef enum { TRANSPORT_STATE_PLAYING, - TRANSPORT_STATE_PAUSED + TRANSPORT_STATE_PAUSED, + TRANSPORT_STATE_LAUNCHING }TransportState; #define NOT_ACTIVE -1 |