diff --git a/redo/events_notdarwin.go b/redo/events_notdarwin.go index 1cd46ad..352151a 100644 --- a/redo/events_notdarwin.go +++ b/redo/events_notdarwin.go @@ -17,8 +17,6 @@ For GTK+, we pull the double-click time and double-click distance, which work th On GTK+ this will also allow us to discard the GDK_BUTTON_2PRESS and GDK_BUTTON_3PRESS events, so the button press stream will be just like on other platforms. Thanks to mclasen, garnacho_, halfline, and tristan in irc.gimp.net/#gtk+. - -TODO - technically a GDK_BUTTON_3PRESS is detected in half the time as a GDK_BUTTON_2PRESS... handle? */ // the zero value is a reset clickCounter ready for use