diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-05 18:15:22 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-05 18:15:22 +0000 |
commit | 0c9af5cd3155b11816d0ecf9ff6f48f4ecc4b940 (patch) | |
tree | 4f2fb85e858b0e57613149ee01f1f47f3ea97107 /src/transport-widget.h | |
parent | a01af1b6d6f42775e9e436d802913c061b51278e (diff) | |
parent | dd80c00e460cf1857eb8a76b62e2058b49f62d88 (diff) | |
download | ayatana-indicator-sound-0c9af5cd3155b11816d0ecf9ff6f48f4ecc4b940.tar.gz ayatana-indicator-sound-0c9af5cd3155b11816d0ecf9ff6f48f4ecc4b940.tar.bz2 ayatana-indicator-sound-0c9af5cd3155b11816d0ecf9ff6f48f4ecc4b940.zip |
merged the initial UI work for nattyA
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 ); |