summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index 1234e7c..c6a2c19 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -17,6 +17,7 @@ type sysData struct {
widget *C.GtkWidget
container *C.GtkWidget // for moving
pulse chan bool // for sysData.progressPulse()
+ clickCounter clickCounter // for Areas
}
type classData struct {