fix mouse wheel for GTK+ 3

Closes PR 15271
This commit is contained in:
Matthew Flatt 2016-03-15 13:28:13 -06:00
parent 50655cea7e
commit 2c5b1480f4

View File

@ -469,7 +469,8 @@
GDK_POINTER_MOTION_MASK
GDK_FOCUS_CHANGE_MASK
GDK_ENTER_NOTIFY_MASK
GDK_LEAVE_NOTIFY_MASK))
GDK_LEAVE_NOTIFY_MASK
GDK_SCROLL_MASK))
(unless (or (memq 'no-focus style)
(is-panel?))
(gtk_widget_set_can_focus client-gtk #t))