mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 08:26:45 +01:00
Move sway's internal tree code to sway/tree/
This commit is contained in:
parent
0f45fad18c
commit
0ba6554c4f
7 changed files with 6 additions and 6 deletions
|
@ -20,19 +20,19 @@ file(GLOB cmds
|
||||||
add_executable(sway
|
add_executable(sway
|
||||||
commands.c
|
commands.c
|
||||||
${cmds}
|
${cmds}
|
||||||
|
tree/container.c
|
||||||
|
tree/criteria.c
|
||||||
|
tree/focus.c
|
||||||
|
tree/output.c
|
||||||
|
tree/workspace.c
|
||||||
|
tree/layout.c
|
||||||
base64.c
|
base64.c
|
||||||
config.c
|
config.c
|
||||||
container.c
|
|
||||||
criteria.c
|
|
||||||
debug_log.c
|
debug_log.c
|
||||||
focus.c
|
|
||||||
input_state.c
|
input_state.c
|
||||||
ipc-json.c
|
ipc-json.c
|
||||||
ipc-server.c
|
ipc-server.c
|
||||||
layout.c
|
|
||||||
main.c
|
main.c
|
||||||
output.c
|
|
||||||
workspace.c
|
|
||||||
border.c
|
border.c
|
||||||
security.c
|
security.c
|
||||||
server.c
|
server.c
|
||||||
|
|
Loading…
Reference in a new issue