From 74a155389c20d4e546050c756b7fa94e445e1c1d Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Fri, 25 Sep 2020 09:55:46 +0200 Subject: Implement all configuration options and signal handling --- src/render.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render.c') diff --git a/src/render.c b/src/render.c index bd3d91e..2b3d626 100644 --- a/src/render.c +++ b/src/render.c @@ -62,7 +62,6 @@ static void draw_background (cairo_t *cairo, } else { - fputs("here\n", stderr); /* Calculate dimensions of center. */ uint32_t cx = x + border_left, cy = y + border_top, @@ -146,7 +145,8 @@ void render_surface_frame (struct Wlclock_surface *surface) clock->radius_bottom_left, clock->radius_bottom_right, scale, &clock->background_colour, &clock->border_colour); - // TODO draw clock stuff + // TODO draw clock face + // TODO draw clock hands to subsurface wl_surface_set_buffer_scale(surface->surface, scale); wl_surface_attach(surface->surface, surface->current_buffer->buffer, 0, 0); -- cgit v1.2.3