]> Git Repo - qemu.git/commit
ui/gtk: Fix mouse wheel on 3.4.0 or later
authorOGAWA Hirofumi <[email protected]>
Wed, 4 Jan 2017 20:41:16 +0000 (05:41 +0900)
committerGerd Hoffmann <[email protected]>
Tue, 31 Jan 2017 07:14:52 +0000 (08:14 +0100)
commite229d1efd7323504f90127bbf52e63f4773dc382
tree8179ed24ff38696a91d4c60ee220438bd0168d56
parenta54f0d2ba3094ca43e85a465c7c4ae58c589efc4
ui/gtk: Fix mouse wheel on 3.4.0 or later

On 3.4.0 or later, send GDK_SCROLL_SMOOTH event, instead of
GDK_SCROLL_UP/DOWN.

This fixes it by converting any smooth scroll to up/down.
(I.e. without smooth support)

Signed-off-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/gtk.c
This page took 0.023563 seconds and 4 git commands to generate.