Split seat code into its own file

This commit is contained in:
Drew DeVault 2018-04-02 23:14:37 -04:00
parent 0bd40ce86b
commit 1008d4cc91
5 changed files with 262 additions and 300 deletions

View file

@ -1,6 +1,8 @@
executable(
'swaylock',
'main.c',
'swaylock', [
'main.c',
'seat.c'
],
include_directories: [sway_inc],
dependencies: [
cairo,