aboutsummaryrefslogtreecommitdiff
path: root/src/picom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/picom.c')
-rw-r--r--src/picom.c2
1 files changed, 2 insertions, 0 deletions
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);