mirror of
https://github.com/swaywm/sway.git
synced 2026-05-06 06:46:40 -04:00
Merge branch 'master' into idle_v2
This commit is contained in:
commit
61cc0c67fe
6 changed files with 52 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ enum mask {
|
|||
|
||||
struct swaylock_xkb {
|
||||
uint32_t modifiers;
|
||||
bool caps_lock;
|
||||
struct xkb_state *state;
|
||||
struct xkb_context *context;
|
||||
struct xkb_keymap *keymap;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@
|
|||
|
||||
enum auth_state {
|
||||
AUTH_STATE_IDLE,
|
||||
AUTH_STATE_CLEAR,
|
||||
AUTH_STATE_INPUT,
|
||||
AUTH_STATE_INPUT_NOP,
|
||||
AUTH_STATE_BACKSPACE,
|
||||
AUTH_STATE_VALIDATING,
|
||||
AUTH_STATE_INVALID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue