aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/window.c b/src/window.c
index 717d90b..24ecd07 100644
--- a/src/window.c
+++ b/src/window.c
@@ -192,11 +192,7 @@ static void window_reshape(window_t *window)
window->height);
cairo_t *cr = cairo_create(surface);
-
- // TODO: Fix antialiasing situation
- //cairo_set_antialias(cr, CAIRO_ANTIALIAS_GOOD);
-
- cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
+ cairo_set_antialias(cr, CAIRO_ANTIALIAS_GOOD);
cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
cairo_set_source_rgba(cr, 0, 0, 0, 0);