Merge branch 'wlroots' into output-config

This commit is contained in:
emersion 2017-12-06 19:11:46 +01:00
commit c25ad5e7c4
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 132 additions and 0 deletions

View file

@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = {
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "exit", cmd_exit },
{ "include", cmd_include },
{ "output", cmd_output },
};