Add landscape layers

This commit is contained in:
Stacy Harper
2021-08-26 19:20:20 +02:00
committed by John Sullivan
parent 450d43ff44
commit e100aafb05
4 changed files with 48 additions and 4 deletions

View File

@ -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;