diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:30:19 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:30:19 +0000 |
commit | 1196f5060e633fac46b724844e1b6817c889145a (patch) | |
tree | a05786721729c1148566a896c6f642f176675f3a /src/transport-widget.h | |
parent | a01af1b6d6f42775e9e436d802913c061b51278e (diff) | |
parent | 2f409b95c5c1c0c7107f4503c01687b3a913780f (diff) | |
download | ayatana-indicator-sound-1196f5060e633fac46b724844e1b6817c889145a.tar.gz ayatana-indicator-sound-1196f5060e633fac46b724844e1b6817c889145a.tar.bz2 ayatana-indicator-sound-1196f5060e633fac46b724844e1b6817c889145a.zip |
Initial UI tweaks for natty
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 ); |