From 49d0375975b81d0e09120455548370d1a1a9f387 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Feb 2014 10:51:27 -0500 Subject: Added initial window size and the Window.SetTitle() function. --- sysdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata.go') 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 { -- cgit v1.2.3