diff options
author | emersion <contact@emersion.fr> | 2018-09-28 14:17:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 14:17:37 +0200 |
commit | 1698260533ea71791d07cfc9d0efab08fb893450 (patch) | |
tree | f1dcfbd0a59ce356f7d4cec1d076358e0d00e387 /include/swaylock/swaylock.h | |
parent | 813de9f7ac674ad276b01df0f0fac39a7ba8fbdd (diff) | |
parent | c9773491207d36d6f5e651adcb7a64c7a015bba3 (diff) |
Merge pull request #2720 from swaywm/swaylock-shadow
Add support for building swaylock without PAM
Diffstat (limited to 'include/swaylock/swaylock.h')
-rw-r--r-- | include/swaylock/swaylock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 2f0cd34d..970e3cc9 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -101,5 +101,8 @@ void render_frame(struct swaylock_surface *surface); void render_frames(struct swaylock_state *state); void damage_surface(struct swaylock_surface *surface); void damage_state(struct swaylock_state *state); +void initialize_pw_backend(void); +bool attempt_password(struct swaylock_password *pw); +void clear_password_buffer(struct swaylock_password *pw); #endif |