summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-09 22:11:08 -0400
committerPietro Gagliardi <[email protected]>2014-06-09 22:11:08 -0400
commitfa4094adeb122ea23cc898da75421230d7b7eda1 (patch)
tree1f602ec687dfa8ef0fc051265728b3f448b32693 /sysdata.go
parent6b860779e357560266553b298af5f4863f511aa7 (diff)
Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) and implemented it on Mac OS X.
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 1507912..074ef64 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -40,6 +40,7 @@ var _xSysData interface {
setProgress(int)
len() int
setAreaSize(int, int)
+ repaintAll()
} = &sysData{} // this line will error if there's an inconsistency
// signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task.