Add debug tree view

This commit is contained in:
Drew DeVault 2018-04-06 11:49:27 -04:00
parent a06052ad9d
commit 603e0e42c5
8 changed files with 145 additions and 2 deletions

View file

@ -4,6 +4,7 @@ sway_sources = files(
'commands.c',
'config.c',
'criteria.c',
'debug-tree.c',
'ipc-json.c',
'ipc-server.c',
'security.c',
@ -102,10 +103,13 @@ sway_sources = files(
)
sway_deps = [
cairo,
gdk_pixbuf,
jsonc,
libcap,
libinput,
math,
pango,
pcre,
pixman,
server_protos,