diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-21 11:56:15 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-21 11:56:15 +0200 |
commit | 928fbf4bab7659ec523ae16adc052ca42fece589 (patch) | |
tree | 34a9e9c6db117485fdca246eab88b14e69ab4bc6 /src/common-defs.h | |
parent | 48f11cbfef431334442fbb3bf3c2e06b7da76d29 (diff) | |
download | ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.gz ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.bz2 ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.zip |
scrub bar working
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 76e9558..208c8cb 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -41,4 +41,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_SCRUB_MENUITEM_TYPE "x-canonical-sound-menu-player-scrub-menu-item" #define DBUSMENU_SCRUB_MENUITEM_DURATION "x-canonical-sound-menu-player-scrub-time" #define DBUSMENU_SCRUB_MENUITEM_POSITION "x-canonical-sound-menu-player-scrub-position" +#define DBUSMENU_SCRUB_MENUITEM_PLAY_STATE "x-canonical-sound-menu-player-scrub-play-state" |