This commit is contained in:
Bor Grošelj Simić 2018-07-04 01:53:32 +02:00
parent 8cc26130a6
commit 1d0963737e
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ void render_frame(struct swaylock_surface *surface) {
if (state->args.mode == BACKGROUND_MODE_SOLID_COLOR || !surface->image) {
cairo_set_source_u32(cairo, state->args.color);
cairo_set_operator (cairo, CAIRO_OPERATOR_SOURCE);
cairo_paint(cairo);
cairo_set_operator (cairo, CAIRO_OPERATOR_OVER);
} else {
render_background_image(cairo, surface->image,
state->args.mode, buffer_width, buffer_height);