simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Jun 10 21:18:23 BST 2008


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       8063
Date:           2008-06-10 21:18:23 +0100 (Tue, 10 Jun 2008)

Log message (6 lines):
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.

Modified files:
U   putty/unix/gtkwin.c

Links:
http://svn.tartarus.org/?rev=8063&view=rev
http://svn.tartarus.org/putty/unix/gtkwin.c?rev=8063&r1=8062&r2=8063



More information about the tartarus-commits mailing list