aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-01-20 18:34:34 -0800
committerJames Magahern <james@magahern.com>2019-01-20 18:34:34 -0800
commit6f114d2d19ecb887b62520f1627777a13b4bf498 (patch)
treec6401afcd6a2075db3e96ce9b0ab7303e671377a /src/render.h
parentCursor fade anim tweak (diff)
Fade out password
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render.h b/src/render.h
index 7fc315d..4520b3e 100644
--- a/src/render.h
+++ b/src/render.h
@@ -37,9 +37,11 @@ typedef struct {
bool is_processing;
bool is_authenticated;
+
const char *password_prompt;
char *password_buffer;
size_t password_buffer_len;
+ double password_opacity;
animation_t animations[kMaxAnimations];
unsigned num_animations;