summaryrefslogtreecommitdiff
path: root/area_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'area_unix.go')
-rw-r--r--area_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area_unix.go b/area_unix.go
index 6469bd0..9da50fd 100644
--- a/area_unix.go
+++ b/area_unix.go
@@ -121,7 +121,7 @@ func makeModifiers(state C.guint) (m Modifiers) {
func finishMouseEvent(widget *C.GtkWidget, data C.gpointer, me MouseEvent, mb uint, x C.gdouble, y C.gdouble, state C.guint, gdkwindow *C.GdkWindow) {
var areawidth, areaheight C.gint
- // on GTK+, mouse buttons 4-7 are for scrolling; if we got here, that's a mistake (and see the TODOs on return values below)
+ // on GTK+, mouse buttons 4-7 are for scrolling; if we got here, that's a mistake
if mb >= 4 && mb <= 7 {
return
}