From d270894f08bc79177cbb4a20ab681881203510b2 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Sat, 4 Nov 2023 08:14:28 +1100 Subject: Fixes for #18 and #23 --- src/picom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/picom.c') diff --git a/src/picom.c b/src/picom.c index 4c6f306..b96e8f6 100644 --- a/src/picom.c +++ b/src/picom.c @@ -837,6 +837,8 @@ paint_preprocess(session_t *ps, bool *fade_running, bool *animation_running) { if (ps->o.support_for_wm == WM_SUPPORT_AWESOME) { win_update_bounding_shape(ps, w); + } else if (ps->o.support_for_wm == WM_SUPPORT_HERB) { + win_update_bounding_shape(ps, w); } else { pixman_region32_clear(&w->bounding_shape); pixman_region32_fini(&w->bounding_shape); -- cgit v1.2.3