X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=unlock_indicator.h;h=232162005b73bc0685979527297d19e7d6784030;hb=c311d1c5a3e555ebac575de45f635c326fce5822;hp=e4a8d8ebc20491ba280b64ded58dcec70f984cc2;hpb=c1de1178254c786d9cd4fe2b36f72e6e26778f57;p=i3%2Fi3lock diff --git a/unlock_indicator.h b/unlock_indicator.h index e4a8d8e..2321620 100644 --- a/unlock_indicator.h +++ b/unlock_indicator.h @@ -11,10 +11,10 @@ typedef enum { } unlock_state_t; typedef enum { - STATE_AUTH_IDLE = 0, /* no authenticator interaction at the moment */ - STATE_AUTH_VERIFY = 1, /* currently verifying the password via authenticator */ - STATE_AUTH_LOCK = 2, /* currently locking the screen */ - STATE_AUTH_WRONG = 3, /* the password was wrong */ + STATE_AUTH_IDLE = 0, /* no authenticator interaction at the moment */ + STATE_AUTH_VERIFY = 1, /* currently verifying the password via authenticator */ + STATE_AUTH_LOCK = 2, /* currently locking the screen */ + STATE_AUTH_WRONG = 3, /* the password was wrong */ STATE_I3LOCK_LOCK_FAILED = 4 /* i3lock failed to load */ } auth_state_t;