summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-25 11:58:13 -0400
committerPietro Gagliardi <[email protected]>2014-06-25 11:58:13 -0400
commit39f0c352fbeeb4119aedeee1a5974f4d411339c8 (patch)
tree4d9362dd1313c5b3dd5cd1e417e8a332b057cf83 /sysdata.go
parent55c636b1e3823ec73a9b10d78a03528a54e63bb1 (diff)
Added the necessary work to make new regular Labels work on the other platforms.
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 dec0e27..5a97514 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -36,7 +36,7 @@ var _xSysData interface {
selectedTexts() []string
setWindowSize(int, int) error
delete(int)
- preferredSize() (int, int)
+ preferredSize() (int, int, int)
setProgress(int)
len() int
setAreaSize(int, int)