diff options
author | famfo <[email protected]> | 2023-02-15 01:19:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-14 20:19:02 -0500 |
commit | 9f20a5263814f325035d3569768060e04c7dcb96 (patch) | |
tree | fc95512b91dd6f4cde541495ea8bea442ad8c041 /sway/meson.build | |
parent | e78fc3364b0440ff82becbec4ae57458374a145f (diff) |
Implement for_window support for dim_inactive (#109)
* Implement for_window support for dim_inactive
* Update file names, add check if the container is null, add docs
* Fix typo
* Update meson.build
* Update commands.c
* Update render.c
* Update container.c
* Update render.c
* Update container.h
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 c3688e92..4191a9b9 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -53,6 +53,7 @@ sway_sources = files( 'commands/smart_corner_radius.c', 'commands/create_output.c', 'commands/default_border.c', + 'commands/default_dim_inactive.c', 'commands/default_floating_border.c', 'commands/default_orientation.c', 'commands/dim_inactive.c', |