]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Manfred Schwarb points out that scroll wheel support stopped working
authorSimon Tatham <anakin@pobox.com>
Tue, 10 Jun 2008 20:18:23 +0000 (20:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 10 Jun 2008 20:18:23 +0000 (20:18 +0000)
commit65ae6ba3d2e6cc8284dd02c2a6a7eea7749da3e0
tree41a29ab80137d0c2419e52a4f01797830825b94f
parent322df43e4d5dcd071aa348295c6c1b6bac11b4a6
Manfred Schwarb points out that scroll wheel support stopped working
with the switch to GTK2. This turns out to be because, where GTK1
represented the scroll wheel as mouse buttons 4 and 5 and generated
GdkEventButton when it was moved, GTK2 has moved wheel actions out
into a new event type GdkEventScroll which we were not handling. Now
we do, so scroll wheel support should be back in place.

[originally from svn r8063]
unix/gtkwin.c