render: address some clang-tidy issues

This commit is contained in:
Maxim Solovyov 2023-08-11 01:15:20 +03:00
parent c8627989ad
commit ae3c77b1a5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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