From 79c97996b3ad381067dacfae53348fbca93139a4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Aug 2014 15:00:32 -0400 Subject: [PATCH] I can't read; GDK_3BUTTON_PRESS actually must happen in double the time FROM THE FIRST CLICK, not half the time from the second click, so the behavior we have now is correct! TODO removed. --- redo/events_notdarwin.go | 2 -- 1 file changed, 2 deletions(-) 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