From 582e3b4644c25c273e790bc646fd5a28c3a9a85c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 23 May 2014 17:01:56 -0400 Subject: Implemented triple-clicks and up on Windows. --- sysdata_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_windows.go') 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 { -- cgit v1.2.3