Bug 1091 - WM_MOUSEWHEEL (scroll-event) not handled correctlly
authorNeil Roberts <neil@openedhand.com>
Thu, 7 Aug 2008 20:34:37 +0000 (20:34 +0000)
committerNeil Roberts <neil@openedhand.com>
Thu, 7 Aug 2008 20:34:37 +0000 (20:34 +0000)
commitcd7b7c9c7263cfc92a399ee167ec6514ea64baa3
tree730d6a14fb3c8a96067daa86ee362d8324ac366b
parent3e31f02211ed86ea8cf91f579236889d146fa879
Bug 1091 - WM_MOUSEWHEEL (scroll-event) not handled correctlly

* clutter/win32/clutter-event-win32.c (message_translate): The
coordinates in a WM_MOUSEWEEL message are given relative to the
screen so they need to be converted to client coordinates before
use. Thanks to Roman Yazmin.
ChangeLog
clutter/win32/clutter-event-win32.c