From 588ea8e290a61a8a98e72617fd679689891e2e39 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Wed, 18 Jan 2023 01:49:26 -0500 Subject: feat: Add box shadows (#64) Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com> --- sway/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 12362fcd..757d0c99 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -106,6 +106,9 @@ sway_sources = files( 'commands/seat/shortcuts_inhibitor.c', 'commands/seat/xcursor_theme.c', 'commands/set.c', + 'commands/shadow_blur_radius.c', + 'commands/shadow_color.c', + 'commands/shadows.c', 'commands/show_marks.c', 'commands/shortcuts_inhibitor.c', 'commands/smart_borders.c', @@ -250,3 +253,4 @@ executable( link_with: [lib_sway_common], install: true ) + -- cgit v1.2.3