summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-23 17:01:56 -0400
committerPietro Gagliardi <[email protected]>2014-05-23 17:01:56 -0400
commit582e3b4644c25c273e790bc646fd5a28c3a9a85c (patch)
treeb6c65b5a959a10ca54d2b6901b92220ea4cb915b /sysdata_windows.go
parent92e4d322841a0267605d9f1b25499cdaa0994895 (diff)
Implemented triple-clicks and up on Windows.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 5bda9c0..1e02936 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -20,6 +20,7 @@ type sysData struct {
// unlike with GTK+ and Mac OS X, we're responsible for sizing Area properly ourselves
areawidth int
areaheight int
+ clickCounter clickCounter
}
type classData struct {