summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-06-11 11:23:31 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-06-11 11:23:31 -0400
commited2aae7ab3b9e99f66bdaaae26320183dfad4664 (patch)
treebcadb64fa18c2def238850f03b83bb0090fd163a
parent92a984a37b3e786fe849a6fdfee2d2ba5639cf46 (diff)
clock: Drop transparent background
Too hard to read.
-rw-r--r--clients/desktop-shell.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index 4a22f17..03bb6ec 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -327,14 +327,6 @@ panel_clock_redraw_handler(struct widget *widget, void *data)
surface = window_get_surface(clock->panel->window);
cr = cairo_create(surface);
- cairo_rectangle(cr, allocation.x, allocation.y,
- allocation.width, allocation.height);
- cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
- cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 0.1);
- cairo_rectangle(cr, allocation.x, allocation.y, 3, 3);
- cairo_fill(cr);
-
- cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
cairo_select_font_face(cr, "sans",
CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL);