diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-11-18 11:11:14 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-11-18 11:11:14 -0500 |
commit | 2133a62fd09fc431c146c74b4ca13e89d610c1c9 (patch) | |
tree | c4d27e2357498eba9fde88e64e53e2afe926d981 /src/transport-widget.h | |
parent | fb9140db72f565fa6180a55da02302844e21c05c (diff) | |
parent | 908222c0681fba3c6e1265d0f85a0b667927c169 (diff) | |
download | ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.tar.gz ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.tar.bz2 ayatana-indicator-sound-2133a62fd09fc431c146c74b4ca13e89d610c1c9.zip |
releasing version 0.5.1-0ubuntu1
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 ); |