summaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2022-11-18 01:22:13 -0500
committerWill McKinnon <[email protected]>2022-11-18 01:22:13 -0500
commit5e066dfc3ce3b93265d0ad229b6f0fee944c85f4 (patch)
treed87f9d0745421fb665026a7a99d813e160c35223 /sway/desktop/render.c
parent191e3b5d26db8193a8d6dc552fec3f40640c0911 (diff)
fix: saturation applies to popups
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index 628718c0..076b02cd 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -376,6 +376,7 @@ static void render_view_popups(struct sway_view *view, struct sway_output *outpu
struct render_data data = {
.damage = damage,
.alpha = alpha,
+ .saturation = saturation,
.corner_radius = corner_radius,
.has_titlebar = has_titlebar,
};