sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit cf56c41c10b85882d7563c95abe185f450b4ec2b
parent 45b959f601d103c9c308807b55f62f1859556b59
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Mon, 14 Dec 2015 17:16:38 +0100

Move sway/util.c to common/util.c

Diffstat:
Mcommon/CMakeLists.txt | 1+
Rsway/util.c -> common/util.c | 0
Msway/CMakeLists.txt | 1-
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt @@ -2,6 +2,7 @@ add_library(sway-common ipc-client.c list.c log.c + util.c readline.c stringop.c ) diff --git a/sway/util.c b/common/util.c diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt @@ -21,7 +21,6 @@ add_executable(sway main.c output.c resize.c - util.c workspace.c )