diff options
author | Andrea Cimitan <andrea.cimitan@canonical.com> | 2010-11-17 16:51:01 +0100 |
---|---|---|
committer | Andrea Cimitan <andrea.cimitan@canonical.com> | 2010-11-17 16:51:01 +0100 |
commit | ba69a13a8b79fe1acceff439da98b6d547079a70 (patch) | |
tree | 7617b8158df9442df2a0f524a62c32c573feec51 /src/transport-widget.c | |
parent | acd7737d412eeeb9d072e13d2d9b1815f334de2c (diff) | |
download | ayatana-indicator-sound-ba69a13a8b79fe1acceff439da98b6d547079a70.tar.gz ayatana-indicator-sound-ba69a13a8b79fe1acceff439da98b6d547079a70.tar.bz2 ayatana-indicator-sound-ba69a13a8b79fe1acceff439da98b6d547079a70.zip |
comment shadow code
Diffstat (limited to 'src/transport-widget.c')
-rw-r--r-- | src/transport-widget.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index eb1a8a7..5618d23 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -1386,15 +1386,15 @@ draw (GtkWidget* button, cairo_t *cr) } // play/pause shadow - if(priv->current_command != TRANSPORT_PLAY_PAUSE) - { - draw_circle (cr, - X + RECT_WIDTH / 2.0f - 2.0f * OUTER_RADIUS - 5.5f - 1.0f, - Y - ((CIRCLE_RADIUS - OUTER_RADIUS)) - 1.0f, - CIRCLE_RADIUS + 1.0f, - SHADOW_BUTTON, - SHADOW_BUTTON); - } +/* if(priv->current_command != TRANSPORT_PLAY_PAUSE)*/ +/* {*/ +/* draw_circle (cr,*/ +/* X + RECT_WIDTH / 2.0f - 2.0f * OUTER_RADIUS - 5.5f - 1.0f,*/ +/* Y - ((CIRCLE_RADIUS - OUTER_RADIUS)) - 1.0f,*/ +/* CIRCLE_RADIUS + 1.0f,*/ +/* SHADOW_BUTTON,*/ +/* SHADOW_BUTTON);*/ +/* }*/ // play/pause button if(priv->current_command == TRANSPORT_PLAY_PAUSE) |