diff options
author | rti <[email protected]> | 2023-01-19 23:33:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-19 17:33:56 -0500 |
commit | 9e6901264b2d93d0ab0b91aee20a3d543f53d0ec (patch) | |
tree | 12a587ec22a820272249624fe066b12e461a5675 /sway/meson.build | |
parent | dbe2be6a363a9db2bacf96447badf3d04ece4587 (diff) |
feat: smart smart_corner_radius (#101)
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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', |