aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-12-22 17:30:06 +0000
committerThomas White <taw@bitwiz.org.uk>2012-12-22 17:30:06 +0000
commit6b115264f47f86a61c7e2f38d7621a1d3f30c7a3 (patch)
tree76836824fcf86fa84bb1eb97443731c238b13ff2 /src/frame.h
parenta37a7ba353a2a0432c2111676356f0ce40278385 (diff)
Layout stuff
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frame.h b/src/frame.h
index 25368d0..b0a01bb 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -59,10 +59,10 @@ struct layout_parameters
Direction grav;
- int use_min_w;
- double min_w;
- int use_min_h;
- double min_h;
+ double min_w_u;
+ double min_h_u;
+ double min_w_frac;
+ double min_h_frac;
};