diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-10-22 11:08:17 -0400 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-10-22 11:08:17 -0400 |
commit | 65eeb5213f9c74b33595f085d20b5d14e7b8026b (patch) | |
tree | f466059c63702a847d3bd4c68017e81c866343ba /src/transport-widget.h | |
parent | 2d40c713f6d5fab70c952e757d0690c7dad63d2d (diff) | |
download | ayatana-indicator-sound-65eeb5213f9c74b33595f085d20b5d14e7b8026b.tar.gz ayatana-indicator-sound-65eeb5213f9c74b33595f085d20b5d14e7b8026b.tar.bz2 ayatana-indicator-sound-65eeb5213f9c74b33595f085d20b5d14e7b8026b.zip |
push new background work
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 ); |