From 7271b076b82785ffca73ee9e4ae84cabb77018ee Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 10 Jan 2024 12:40:37 +0100 Subject: New upstream version 3.3.0 --- HeaderLayout.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'HeaderLayout.h') diff --git a/HeaderLayout.h b/HeaderLayout.h index 1cf7bf7..473936e 100644 --- a/HeaderLayout.h +++ b/HeaderLayout.h @@ -7,8 +7,6 @@ Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ -#include "config.h" // IWYU pragma: keep - #include #include #include @@ -26,6 +24,9 @@ typedef enum HeaderLayout_ { HF_THREE_25_25_50, HF_THREE_25_50_25, HF_THREE_50_25_25, + HF_THREE_40_30_30, + HF_THREE_30_40_30, + HF_THREE_30_30_40, HF_THREE_40_20_40, HF_FOUR_25_25_25_25, LAST_HEADER_LAYOUT @@ -44,6 +45,9 @@ static const struct { [HF_THREE_25_25_50] = { 3, { 25, 25, 50, 0 }, "three_25_25_50", "3 columns - 25/25/50", }, [HF_THREE_25_50_25] = { 3, { 25, 50, 25, 0 }, "three_25_50_25", "3 columns - 25/50/25", }, [HF_THREE_50_25_25] = { 3, { 50, 25, 25, 0 }, "three_50_25_25", "3 columns - 50/25/25", }, + [HF_THREE_40_30_30] = { 3, { 40, 30, 30, 0 }, "three_40_30_30", "3 columns - 40/30/30", }, + [HF_THREE_30_40_30] = { 3, { 30, 40, 30, 0 }, "three_30_40_30", "3 columns - 30/40/30", }, + [HF_THREE_30_30_40] = { 3, { 30, 30, 40, 0 }, "three_30_30_40", "3 columns - 30/30/40", }, [HF_THREE_40_20_40] = { 3, { 40, 20, 40, 0 }, "three_40_20_40", "3 columns - 40/20/40", }, [HF_FOUR_25_25_25_25] = { 4, { 25, 25, 25, 25 }, "four_25_25_25_25", "4 columns - 25/25/25/25", }, }; -- cgit v1.2.3