diff options
author | Drew DeVault <[email protected]> | 2018-04-03 14:31:30 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-04-04 18:47:48 -0400 |
commit | 066143adef7adc6e76e43e1990db2f75fe984b42 (patch) | |
tree | f9509c14f04399bf02d2cc31ff62869a07691543 /swaylock/meson.build | |
parent | 1fe3cb8965e70f8f05f28512e66d76c49453a196 (diff) |
Add password buffer, refactor rendering/surfaces
Diffstat (limited to 'swaylock/meson.build')
-rw-r--r-- | swaylock/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaylock/meson.build b/swaylock/meson.build index 2a1f029a..3cde47a4 100644 --- a/swaylock/meson.build +++ b/swaylock/meson.build @@ -1,6 +1,8 @@ executable( 'swaylock', [ 'main.c', + 'password.c', + 'render.c', 'seat.c' ], include_directories: [sway_inc], |