forked from RepoMirrors/bemenu
set antialiasing to DEFAULT
This commit is contained in:
parent
33f22999cb
commit
1201340675
@ -67,7 +67,7 @@ bm_cairo_create_for_surface(struct cairo *cairo, cairo_surface_t *surface)
|
|||||||
if (!(cairo->pango = pango_cairo_create_context(cairo->cr)))
|
if (!(cairo->pango = pango_cairo_create_context(cairo->cr)))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
cairo_set_antialias(cairo->cr, CAIRO_ANTIALIAS_NONE);
|
cairo_set_antialias(cairo->cr, CAIRO_ANTIALIAS_DEFAULT);
|
||||||
|
|
||||||
cairo->surface = surface;
|
cairo->surface = surface;
|
||||||
assert(cairo->scale > 0);
|
assert(cairo->scale > 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user