From f6481fd8baf793de17cb071e17ef7208f9db40c0 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 14 Oct 2022 17:02:04 +0100 Subject: Add --exclusive-zone option. --- src/tofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tofi.h') diff --git a/src/tofi.h b/src/tofi.h index 419f86e..be3e821 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -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; -- cgit v1.2.3