aboutsummaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-12 17:19:20 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-12 17:19:20 +0200
commit6d0e78aadcf111cfd82cc8762ebd43c10c7923ae (patch)
tree8d5863955735e94a54707440ff064d8509c925a1 /src/layout.h
parent3795b390e6923670d5510acc37315dc9e3668b09 (diff)
Clarify layout logic
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/layout.h b/src/layout.h
index 9e76896..e389d67 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -34,6 +34,11 @@ struct layout_parameters
double margin_r;
double margin_t;
double margin_b;
+
+ double pad_l;
+ double pad_r;
+ double pad_t;
+ double pad_b;
};