diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-11-12 10:14:48 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-11-12 10:14:48 -0500 |
commit | 908222c0681fba3c6e1265d0f85a0b667927c169 (patch) | |
tree | 9ba8897f7bcc24b669fe7f38f6ca25e6260aa374 /src/transport-widget.h | |
parent | bf3a1c75ef1714077d6729cdc4d550020365a3a3 (diff) | |
parent | 5fd2c5e12a059ab8c59306676d18dfc56c818077 (diff) | |
download | ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.tar.gz ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.tar.bz2 ayatana-indicator-sound-908222c0681fba3c6e1265d0f85a0b667927c169.zip |
Import upstream version 0.5.1
Diffstat (limited to 'src/transport-widget.h')
-rw-r--r-- | src/transport-widget.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport-widget.h b/src/transport-widget.h index 337ccdf..6ccce05 100644 --- a/src/transport-widget.h +++ b/src/transport-widget.h @@ -55,6 +55,15 @@ struct _TransportWidget { GtkMenuItem parent; }; +typedef struct +{ + double r; + double g; + double b; +} CairoColorRGB; + + +void _color_shade (const CairoColorRGB *a, float k, CairoColorRGB *b); GType transport_widget_get_type (void); GtkWidget* transport_widget_new ( DbusmenuMenuitem *item ); |