aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaylock/seat.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-24 16:30:54 +0200
committerLibravatar GitHub <noreply@github.com>2018-04-24 16:30:54 +0200
commit5024f0888581cde0a9bc6b86222c14a97890b479 (patch)
tree35941cb448213c81a4956360af05c53537809ff5 /include/swaylock/seat.h
parentMerge pull request #1851 from RyanDwyer/container-descendants-crash (diff)
parentImproved key handling in swaylock (diff)
downloadsway-5024f0888581cde0a9bc6b86222c14a97890b479.tar.gz
sway-5024f0888581cde0a9bc6b86222c14a97890b479.tar.zst
sway-5024f0888581cde0a9bc6b86222c14a97890b479.zip
Merge pull request #1848 from snaggen/improved_key_handling
Improved key handling in swaylock
Diffstat (limited to 'include/swaylock/seat.h')
-rw-r--r--include/swaylock/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/seat.h b/include/swaylock/seat.h
index 44bc37d5..180ea7a0 100644
--- a/include/swaylock/seat.h
+++ b/include/swaylock/seat.h
@@ -27,6 +27,7 @@ enum mask {
27 27
28struct swaylock_xkb { 28struct swaylock_xkb {
29 uint32_t modifiers; 29 uint32_t modifiers;
30 bool caps_lock;
30 struct xkb_state *state; 31 struct xkb_state *state;
31 struct xkb_context *context; 32 struct xkb_context *context;
32 struct xkb_keymap *keymap; 33 struct xkb_keymap *keymap;