From 9e6901264b2d93d0ab0b91aee20a3d543f53d0ec Mon Sep 17 00:00:00 2001 From: rti Date: Thu, 19 Jan 2023 23:33:56 +0100 Subject: feat: smart smart_corner_radius (#101) --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 757d0c99..a361beac 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -49,6 +49,7 @@ sway_sources = files( 'commands/border.c', 'commands/client.c', 'commands/corner_radius.c', + 'commands/smart_corner_radius.c', 'commands/create_output.c', 'commands/default_border.c', 'commands/default_floating_border.c', -- cgit v1.2.3