sway

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

commit 7f8ebb7d0dcb687574554b877a0e84f48718df37
parent 360b3d67b0457016e4cc32dfd378fd01d30f48df
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 16 Aug 2015 11:02:56 -0400

Move headers to include/

Diffstat:
MCMakeLists.txt | 2+-
Rsway/commands.h -> include/commands.h | 0
Rsway/config.h -> include/config.h | 0
Rsway/container.h -> include/container.h | 0
Rsway/handlers.h -> include/handlers.h | 0
Rsway/layout.h -> include/layout.h | 0
Rsway/list.h -> include/list.h | 0
Rsway/log.h -> include/log.h | 0
Rsway/movement.h -> include/movement.h | 0
Rsway/readline.h -> include/readline.h | 0
Rsway/stringop.h -> include/stringop.h | 0
Rsway/workspace.h -> include/workspace.h | 0
12 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -21,7 +21,7 @@ FILE(GLOB sources ${PROJECT_SOURCE_DIR}/sway/*.c) include_directories( ${WLC_INCLUDE_DIRS} - sway/ + include/ ) add_executable(sway diff --git a/sway/commands.h b/include/commands.h diff --git a/sway/config.h b/include/config.h diff --git a/sway/container.h b/include/container.h diff --git a/sway/handlers.h b/include/handlers.h diff --git a/sway/layout.h b/include/layout.h diff --git a/sway/list.h b/include/list.h diff --git a/sway/log.h b/include/log.h diff --git a/sway/movement.h b/include/movement.h diff --git a/sway/readline.h b/include/readline.h diff --git a/sway/stringop.h b/include/stringop.h diff --git a/sway/workspace.h b/include/workspace.h