Skip to content

Commit

Permalink
render: address some clang-tidy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelynothelix committed Aug 10, 2023
1 parent c862798 commit ae3c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ win_blur_background(session_t *ps, struct managed_win *w, xcb_render_picture_t t
#ifdef CONFIG_OPENGL
case BKEND_GLX:
// TODO(compton) Handle frame opacity
glx_blur_dst(ps, x, y, wid, hei, (float)ps->psglx->z - 0.5f,
glx_blur_dst(ps, x, y, wid, hei, (float)ps->psglx->z - 0.5F,
(float)factor_center, reg_paint, &w->glx_blur_cache);
break;
#endif
Expand Down

0 comments on commit ae3c77b

Please sign in to comment.