From 66bd7af3e59e509000b8a55a9429e7a8e133fd81 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Mar 2023 23:30:32 +0100 Subject: Sync with upstream 2.14.1 and update the documentation --- unlock_indicator.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 unlock_indicator.h (limited to 'unlock_indicator.h') diff --git a/unlock_indicator.h b/unlock_indicator.h deleted file mode 100644 index 581d028..0000000 --- a/unlock_indicator.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef _UNLOCK_INDICATOR_H -#define _UNLOCK_INDICATOR_H - -#include - -typedef enum { - STATE_STARTED = 0, /* default state */ - STATE_KEY_PRESSED = 1, /* key was pressed, show unlock indicator */ - STATE_KEY_ACTIVE = 2, /* a key was pressed recently, highlight part - of the unlock indicator. */ - STATE_BACKSPACE_ACTIVE = 3, /* backspace was pressed recently, highlight - part of the unlock indicator in red. */ - STATE_NOTHING_TO_DELETE = 4, /* backspace was pressed, but there is nothing to delete. */ -} 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_I3LOCK_LOCK_FAILED = 4, /* i3lock failed to load */ -} auth_state_t; - -void free_bg_pixmap(void); -void draw_image(xcb_pixmap_t bg_pixmap, uint32_t* resolution); -void redraw_screen(void); -void clear_indicator(void); - -#endif -- cgit v1.3