diff options
| author | allusive-dev <[email protected]> | 2023-11-04 08:14:28 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-04 08:14:28 +1100 |
| commit | d270894f08bc79177cbb4a20ab681881203510b2 (patch) | |
| tree | 2be7ce54762db17713d637829ffc3bd1a1b4b3fa /src/picom.c | |
| parent | update 1.2.7 (diff) | |
| download | compfy-1.2.9.tar.xz compfy-1.2.9.zip | |
Fixes for #18 and #231.2.9
Diffstat (limited to 'src/picom.c')
| -rw-r--r-- | src/picom.c | 2 |
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); |