diff options
Diffstat (limited to 'events_notdarwin.go')
| -rw-r--r-- | events_notdarwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events_notdarwin.go b/events_notdarwin.go index 7ccfcda..3401fc4 100644 --- a/events_notdarwin.go +++ b/events_notdarwin.go @@ -16,7 +16,7 @@ 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_, and halfline in irc.gimp.net/#gtk+. +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? */ |
