summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index b17f506..824df0c 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -12,7 +12,7 @@ type cSysData struct {
// for Window
closing chan struct{}
}
-func (c *cSysData) make(initText string) error {
+func (c *cSysData) make(initText string, initWidth int, initHeight int) error {
panic(runtime.GOOS + " sysData does not define make()")
}
func (c *cSysData) show() error {