Skip to content

Commit

Permalink
Merge pull request #17 from Lixxia/fix_fill
Browse files Browse the repository at this point in the history
Fix missing fill color set
  • Loading branch information
Lixxia authored Oct 6, 2019
2 parents db537c1 + dc9a03a commit be2a08a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unlock_indicator.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ xcb_pixmap_t draw_image(uint32_t *resolution) {
}
}

set_auth_color('f');
cairo_fill_preserve(ctx);

/* Circle border */
Expand Down

0 comments on commit be2a08a

Please sign in to comment.