diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:47:17 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:47:17 +0000 |
commit | 0649b09ccf86ea2a158fb24061fc3a142e02f462 (patch) | |
tree | 3924e039f2eb72d08738c8017b667cffa37aa5ac /src/transport-widget.h | |
parent | 4280f27f7b3f42a73c971664f0cd322780c2bff6 (diff) | |
parent | 55b5ef4065d32cca71b745c8dc4790e1b71af0fd (diff) | |
download | ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.gz ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.bz2 ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.zip |
spacing issues fixed
Diffstat (limited to 'src/transport-widget.h')
-rw-r--r-- | src/transport-widget.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/transport-widget.h b/src/transport-widget.h index 70ce6aa..d02f59b 100644 --- a/src/transport-widget.h +++ b/src/transport-widget.h @@ -36,30 +36,30 @@ typedef struct _TransportWidget TransportWidget; typedef struct _TransportWidgetClass TransportWidgetClass; typedef enum { - TRANSPORT_PREVIOUS, - TRANSPORT_PLAY_PAUSE, - TRANSPORT_NEXT, - TRANSPORT_NADA + TRANSPORT_PREVIOUS, + TRANSPORT_PLAY_PAUSE, + TRANSPORT_NEXT, + TRANSPORT_NADA }TransportWidgetEvent; typedef enum { - PLAY, - PAUSE + PLAY, + PAUSE }TransportWidgetState; struct _TransportWidgetClass { - GtkMenuItemClass parent_class; + GtkMenuItemClass parent_class; }; struct _TransportWidget { - GtkMenuItem parent; + GtkMenuItem parent; }; typedef struct { - double r; - double g; - double b; + double r; + double g; + double b; } CairoColorRGB; |