fix: saturation applies to popups

This commit is contained in:
Will McKinnon 2022-11-18 01:22:13 -05:00
parent 191e3b5d26
commit 5e066dfc3c

View file

@ -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,
};