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/commands.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/sway/commands.h') diff --git a/include/sway/commands.h b/include/sway/commands.h index b895d5f2..920e8596 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -97,6 +97,11 @@ void container_resize_tiled(struct sway_container *parent, uint32_t axis, struct sway_container *container_find_resize_parent(struct sway_container *con, uint32_t edge); +/** + * Effect handlers value parsers + */ +bool cmd_corner_radius_parse_value(char *arg, int* result); + /** * Handlers shared by exec and exec_always. */ @@ -157,6 +162,7 @@ sway_cmd cmd_input; sway_cmd cmd_seat; sway_cmd cmd_ipc; sway_cmd cmd_kill; +sway_cmd cmd_layer_effects; sway_cmd cmd_layout; sway_cmd cmd_log_colors; sway_cmd cmd_mark; -- cgit v1.2.3