summaryrefslogtreecommitdiffstatshomepage
path: root/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'container.go')
-rw-r--r--container.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/container.go b/container.go
index 4af7f28c..b94bccda 100644
--- a/container.go
+++ b/container.go
@@ -100,6 +100,11 @@ type Layout interface {
Update(reset bool) error
}
+type sizeAndDPI struct {
+ size Size
+ dpi int
+}
+
type HeightForWidther interface {
HeightForWidth(width int) int
}