fix scaling problem from "support multiple outputs"

This commit is contained in:
Maarten van Gompel
2023-08-27 12:05:30 +02:00
parent 79797fc837
commit b6ec34fe3a
3 changed files with 7 additions and 6 deletions

View File

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