diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-26 10:57:33 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-26 10:57:33 +0100 |
commit | d3bf3b017b8129ff772ad9c5658ccdfc826d0e51 (patch) | |
tree | b1a5756ac1402d14d8d9c7fba188c375359fd594 /src/tofi.h | |
parent | ab0e671a20c13de9750dcd18ba3cd7a2c223e6fd (diff) |
Fix percentage values on rotated monitors.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ struct output_list_element { uint32_t width; uint32_t height; int32_t scale; + int32_t transform; }; struct tofi { @@ -53,6 +54,7 @@ struct tofi { uint32_t width; uint32_t height; uint32_t scale; + int32_t transform; int32_t margin_top; int32_t margin_bottom; int32_t margin_left; |