Manfred Schwarb points out that scroll wheel support stopped working
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Jun 2008 20:18:23 +0000 (20:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Jun 2008 20:18:23 +0000 (20:18 +0000)
commit2e563db555875c5947eb0ae18c5716f0c2a460ec
tree41a29ab80137d0c2419e52a4f01797830825b94f
parentab08725ee6e88014616909b0f875ee6742bfe8a3
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8063 cda61777-01e9-0310-a592-d414129be87e
unix/gtkwin.c