diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-23 17:01:01 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-23 17:01:01 +0100 |
commit | 463c714aac4835bcdfda3c523122c13fac1586f3 (patch) | |
tree | 29625a5390e577787b8f8f48e7cd0453f023428f /src/indicator-sound.h | |
parent | 411333bed0e020e1725e3dd48afdc57e41fd1b93 (diff) | |
download | ayatana-indicator-sound-463c714aac4835bcdfda3c523122c13fac1586f3.tar.gz ayatana-indicator-sound-463c714aac4835bcdfda3c523122c13fac1586f3.tar.bz2 ayatana-indicator-sound-463c714aac4835bcdfda3c523122c13fac1586f3.zip |
Show a value notify-osd notification (if supported) when scrolling
To improve the indicator usability, show a notify-osd bubble with the
volume value when changing the value level using the scrolling-wheel over
the indicator icon.
Diffstat (limited to 'src/indicator-sound.h')
-rw-r--r-- | src/indicator-sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indicator-sound.h b/src/indicator-sound.h index 7bf69b6..276136d 100644 --- a/src/indicator-sound.h +++ b/src/indicator-sound.h @@ -23,6 +23,8 @@ PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" + #include <libindicator/indicator.h> #include <libindicator/indicator-object.h> #include <libindicator/indicator-service-manager.h> |