]> git.notmuchmail.org Git - kub/commitdiff
Move tile movement/redraw code from on_button_press_event to on_button_motion_event
authorCarl Worth <cworth@cworth.org>
Wed, 14 Mar 2007 14:35:26 +0000 (07:35 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Mar 2007 14:35:26 +0000 (07:35 -0700)
We queue redraws rather than calling draw_tile directly so that we
only draw in the idle loop, for much better performance, (and for
proper interaction with GTK+'s double buffering).


No differences found