From ca42d414536c167f951e23bfc50d5edabb6f9dc2 Mon Sep 17 00:00:00 2001 From: famfo Date: Fri, 22 Dec 2023 06:08:09 +0000 Subject: Implement shadow_offset (#255) --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/commands.h') diff --git a/include/sway/commands.h b/include/sway/commands.h index b4166284..c29d4ff4 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -192,6 +192,7 @@ sway_cmd cmd_set; sway_cmd cmd_shortcuts_inhibitor; sway_cmd cmd_shadow_blur_radius; sway_cmd cmd_shadow_color; +sway_cmd cmd_shadow_offset; sway_cmd cmd_shadow_inactive_color; sway_cmd cmd_shadows; sway_cmd cmd_shadows_on_csd; -- cgit v1.2.3