summaryrefslogtreecommitdiff
path: root/control.go
diff options
context:
space:
mode:
Diffstat (limited to 'control.go')
-rw-r--r--control.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.go b/control.go
index 90ea014..5cf9359 100644
--- a/control.go
+++ b/control.go
@@ -6,5 +6,5 @@ package ui
type Control interface {
make(window *sysData) error
setRect(x int, y int, width int, height int, rr *[]resizerequest)
- preferredSize() (width int, height int)
+ preferredSize() (width int, height int, yoff int)
}