diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-14 17:02:04 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-14 17:02:39 +0100 |
commit | f6481fd8baf793de17cb071e17ef7208f9db40c0 (patch) | |
tree | 1465581c12b3ae349139a47259078a915a2caefe /src/tofi.h | |
parent | 2fd61357ad1ddb16cbba9c405ca92021dca19b65 (diff) |
Add --exclusive-zone option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,12 +56,14 @@ struct tofi { uint32_t height; uint32_t scale; int32_t transform; + int32_t exclusive_zone; int32_t margin_top; int32_t margin_bottom; int32_t margin_left; int32_t margin_right; bool width_is_percent; bool height_is_percent; + bool exclusive_zone_is_percent; bool margin_top_is_percent; bool margin_bottom_is_percent; bool margin_left_is_percent; |