Skip to content

Commit

Permalink
Patch for mask parameter in blur function
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoreman committed Apr 16, 2023
1 parent 5426688 commit 5ebb762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@ void paint_all_new(session_t *ps, struct managed_win *t, bool ignore_damage) {
// - needs to be set when focus_mode set to true
double blur_opacity = 1;
ps->backend_data->ops->blur(
ps->backend_data, blur_opacity, ps->backend_blur_context,
ps->backend_data, blur_opacity,
ps->backend_blur_context, w->mask_image, window_coord,
&reg_paint_in_bound, &reg_visible);
}
}
Expand Down

0 comments on commit 5ebb762

Please sign in to comment.