From 9f20a5263814f325035d3569768060e04c7dcb96 Mon Sep 17 00:00:00 2001 From: famfo <44938471+famfo@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:19:02 +0000 Subject: 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 --- 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 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', -- cgit v1.2.3