mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-12 22:14:32 +02:00
Add landscape layers
This commit is contained in:
committed by
John Sullivan
parent
450d43ff44
commit
e100aafb05
@ -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;
|
||||
|
Reference in New Issue
Block a user