mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-12 22:14:32 +02:00
fix scaling problem from "support multiple outputs"
This commit is contained in:
@ -93,7 +93,7 @@ struct kbd {
|
||||
|
||||
bool print;
|
||||
bool print_intersect;
|
||||
uint32_t w, h, s;
|
||||
uint32_t w, h, scale;
|
||||
bool landscape;
|
||||
uint8_t mods;
|
||||
uint8_t compose;
|
||||
|
Reference in New Issue
Block a user