Update decoration drawing to be less cairo path happy

This commit is contained in:
Kristian Høgsberg 2010-06-15 17:16:35 -04:00
parent 49e868cb05
commit dcb71b62a0
6 changed files with 220 additions and 85 deletions

View file

@ -136,7 +136,7 @@ terminal_draw_contents(struct terminal *terminal)
window_get_child_rectangle(terminal->window, &rectangle);
surface = window_create_surface(terminal->window, &rectangle);
surface = display_create_surface(terminal->display, &rectangle);
cr = cairo_create(surface);
cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
cairo_set_source_rgba(cr,