From cbfb7af7fd4728f993124e81f8666a2e8cee6085 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:24:48 +0200 Subject: Add kawase blur (#120) Co-authored-by: Erik Reider Co-authored-by: Will McKinnon --- sway/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 7eef011b..54e41072 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -14,7 +14,9 @@ sway_sources = files( 'xdg_decoration.c', 'desktop/desktop.c', + 'desktop/fx_renderer/fx_framebuffer.c', 'desktop/fx_renderer/fx_renderer.c', + 'desktop/fx_renderer/fx_texture.c', 'desktop/fx_renderer/matrix.c', 'desktop/idle_inhibit_v1.c', 'desktop/layer_shell.c', @@ -48,6 +50,10 @@ sway_sources = files( 'commands/assign.c', 'commands/bar.c', 'commands/bind.c', + 'commands/blur.c', + 'commands/blur_passes.c', + 'commands/blur_radius.c', + 'commands/blur_xray.c', 'commands/border.c', 'commands/client.c', 'commands/corner_radius.c', -- cgit v1.2.3