diff --git a/unlock_indicator.c b/unlock_indicator.c index e10984a..3d1eed7 100644 --- a/unlock_indicator.c +++ b/unlock_indicator.c @@ -1221,6 +1221,7 @@ void draw_image(uint32_t* root_resolution, cairo_surface_t *img, cairo_t* xcb_ct cairo_pattern_t *pattern = cairo_pattern_create_for_surface(img); cairo_pattern_set_extend(pattern, bg_type == TILE ? CAIRO_EXTEND_REPEAT : CAIRO_EXTEND_NONE); cairo_set_source(xcb_ctx, pattern); + cairo_pattern_set_filter(pattern, CAIRO_FILTER_FAST); double image_width = cairo_image_surface_get_width(img); double image_height = cairo_image_surface_get_height(img);