aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-02-09 14:58:30 -0800
committerJames Magahern <james@magahern.com>2019-02-09 14:58:30 -0800
commit4f85cfcbb2b21eb7e98fb6fe497c2411a9267001 (patch)
tree65f51408f96f67fbedf69b91ef9bab2908a7719d
parentRemove now unnecessary hack for multiple monitors (diff)
Need to make sure to mark pw field as dirty when updating via xsl input too
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index cc69012..4881b60 100644
--- a/src/main.c
+++ b/src/main.c
@@ -97,6 +97,8 @@ static void handle_xsl_key_input(saver_state_t *state, const char c)
}
break;
}
+
+ set_layer_needs_draw(state, LAYER_PASSWORD, true);
}
// This input handler is only when the locker is being run in "X11 mode" for development