Fix bug #4870, issues 3 and 4.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 6 Nov 2009 08:30:43 +0000 (08:30 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 6 Nov 2009 08:30:43 +0000 (08:30 +0000)
commite511451fd3efe787c5be5873376b305140e098ad
tree1847f55050c7ad0eab95dff5f3711ccee2e261fb
parent0b7f397ca754d0fca96b9778329ec5206f445205
Fix bug #4870, issues 3 and 4.

* gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).

* gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).

* xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
ButtonPressRelease and MotionNotify (bug#4870).
src/ChangeLog
src/gtkutil.c
src/gtkutil.h
src/xterm.c