Implement a grace timer for swaylock

This commit is contained in:
Jarkko Oranen 2018-11-05 18:51:18 +02:00
parent d0bb450681
commit a3e54b6ef0
4 changed files with 28 additions and 1 deletions

View file

@ -70,6 +70,7 @@ struct swaylock_state {
struct swaylock_xkb xkb;
enum auth_state auth_state;
bool run_display;
bool within_grace;
struct zxdg_output_manager_v1 *zxdg_output_manager;
};