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 Sep 27, 2022
1 parent 55088cf commit 4bf45c3
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 @@ -485,7 +485,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 4bf45c3

Please sign in to comment.