diff options
| author | Stacy Harper <contact@stacyharper.net> | 2021-08-26 19:20:20 +0200 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-10-19 23:12:01 -0700 |
| commit | 4648092db1c169d9e62bb6a0c577ab99434652e7 (patch) | |
| tree | 07db2c44384c4e725f9382d4b043a21c73f4f4dd /keyboard.h | |
| parent | 24a9bdc214127281915bbee4df2750adeb21f46a (diff) | |
| download | suggpicker-4648092db1c169d9e62bb6a0c577ab99434652e7.tar.gz | |
Add landscape layers
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard.h b/keyboard.h index f71ffdf..f8dc900 100644 --- a/keyboard.h +++ b/keyboard.h @@ -84,6 +84,7 @@ struct kbd { bool print; uint32_t w, h, s; + bool landscape; uint8_t mods; uint8_t compose; struct key *last_press; @@ -92,6 +93,7 @@ struct kbd { struct layout *layouts; enum layout_id *layers; + enum layout_id *landscape_layers; struct drwsurf *surf; struct zwp_virtual_keyboard_v1 *vkbd; |
