]> git.sur5r.net Git - i3/i3lock/blobdiff - unlock_indicator.h
Displaying locking message when grabbing the pointer/keyboard. (#88)
[i3/i3lock] / unlock_indicator.h
index d08fd0cb951daeae13e92eea0ec1047843fe038f..e6795647d37350cc0442bd1cb62e5c523be9768e 100644 (file)
@@ -13,7 +13,8 @@ typedef enum {
 typedef enum {
     STATE_PAM_IDLE = 0,   /* no PAM interaction at the moment */
     STATE_PAM_VERIFY = 1, /* currently verifying the password via PAM */
-    STATE_PAM_WRONG = 2   /* the password was wrong */
+    STATE_PAM_LOCK = 2,   /* currently locking the screen */
+    STATE_PAM_WRONG = 3   /* the password was wrong */
 } pam_state_t;
 
 xcb_pixmap_t draw_image(uint32_t* resolution);