aboutsummaryrefslogtreecommitdiffstats
path: root/HeaderLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'HeaderLayout.h')
-rw-r--r--HeaderLayout.h8
1 files changed, 6 insertions, 2 deletions
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 <assert.h>
#include <stddef.h>
#include <stdint.h>
@@ -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", },
};

© 2014-2024 Faster IT GmbH | imprint | privacy policy