diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-17 10:08:17 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-17 10:08:17 -0400 |
commit | b731b7b95a7507d2a900ae5f08af7ce54c8148a9 (patch) | |
tree | 88a3a543c3ba100ce0499e846ea8f9e92224c6d1 /src/common-defs.h | |
parent | 36e86360c08f32ec163485232bc9e3ebd3840f71 (diff) | |
parent | ab3d1a08d064b423b2e2a3702c3039947bbb810f (diff) | |
download | ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.gz ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.bz2 ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.zip |
* New upstream release.
- Harmonize mute behaviour of both VOIP and volume slider (LP: #731870)
- keyboard handling for voip slider not working (LP: #732500)
- "Choose Playlist" needs to be marked for translation (LP: #736372)
- show record level control on PULSE_PROP_media.role=production
(LP: #736049)
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index da504de..68cb0b8 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -19,6 +19,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef __COMMON_DEFS_H__ #define __COMMON_DEFS_H__ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif typedef enum { MUTED, @@ -45,12 +48,13 @@ typedef enum { TRANSPORT_STATE_PAUSED }TransportState; -#define NOT_ACTIVE -1 +#define NOT_ACTIVE -1 #define DBUSMENU_PROPERTY_EMPTY -1 /* DBUS Custom Items */ #define DBUSMENU_VOLUME_MENUITEM_TYPE "x-canonical-ido-volume-type" #define DBUSMENU_VOLUME_MENUITEM_LEVEL "x-canonical-ido-volume-level" +#define DBUSMENU_VOLUME_MENUITEM_MUTE "x-canonical-ido-volume-mute" #define DBUSMENU_VOIP_INPUT_MENUITEM_TYPE "x-canonical-ido-voip-input-type" #define DBUSMENU_VOIP_INPUT_MENUITEM_LEVEL "x-canonical-ido-voip-input-level" |