aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
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;