summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
Diffstat (limited to 'area.go')
-rw-r--r--area.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area.go b/area.go
index 11ab272..3c7ff07 100644
--- a/area.go
+++ b/area.go
@@ -346,7 +346,7 @@ func (a *Area) setRect(x int, y int, width int, height int, rr *[]resizerequest)
})
}
-func (a *Area) preferredSize() (width int, height int) {
+func (a *Area) preferredSize() (width int, height int, yoff int) {
return a.sysData.preferredSize()
}