From eb5021ef990fb29ff86544aea58d687ad62c757a Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 16 Nov 2022 15:50:34 -0700 Subject: root: move the workspace matching code to its own file This removes the pid_workspace bits from tree/root before it gets too interesting. No functional change. --- 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 bb6bf88c..8a73cc86 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -21,6 +21,7 @@ sway_sources = files( 'desktop/surface.c', 'desktop/transaction.c', 'desktop/xdg_shell.c', + 'desktop/launcher.c', 'input/input-manager.c', 'input/cursor.c', -- cgit v1.2.3-54-g00ecf