From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:00:36 +0000 (+0100) Subject: Decorations: prepare for the KDE protocol implementation X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=082dc79555ff8b17aa6e4dbdce5293228fcf28cd;p=proto%2Flabwc.git Decorations: prepare for the KDE protocol implementation --- diff --git a/src/decorations/meson.build b/src/decorations/meson.build new file mode 100644 index 00000000..b12a30f0 --- /dev/null +++ b/src/decorations/meson.build @@ -0,0 +1,3 @@ +labwc_sources += files( + 'xdg-deco.c', +) diff --git a/src/xdg-deco.c b/src/decorations/xdg-deco.c similarity index 100% rename from src/xdg-deco.c rename to src/decorations/xdg-deco.c diff --git a/src/meson.build b/src/meson.build index da040d12..a3f521bd 100644 --- a/src/meson.build +++ b/src/meson.build @@ -24,7 +24,6 @@ labwc_sources = files( 'view-impl-common.c', 'workspaces.c', 'xdg.c', - 'xdg-deco.c', 'xdg-popup.c', ) @@ -38,6 +37,7 @@ endif subdir('common') subdir('config') +subdir('decorations') subdir('xbm') subdir('menu') subdir('ssd')