From 415e072a3af292937f0b4c41acadafaee6958437 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Fri, 19 May 2023 21:14:06 +0200 Subject: Add blur, shadow, and corner radius to layer-shell surfaces (#144) Co-authored-by: Will McKinnon --- include/sway/output.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/sway/output.h') diff --git a/include/sway/output.h b/include/sway/output.h index 65f7ca1a..3215c853 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -13,6 +13,12 @@ struct sway_server; struct sway_container; +struct render_data { + pixman_region32_t *damage; + struct wlr_box *clip_box; + struct decoration_data deco_data; +}; + struct sway_output_state { list_t *workspaces; struct sway_workspace *active_workspace; -- cgit v1.2.3