diff options
author | Gerd Hoffmann | 2013-11-27 17:41:40 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2014-03-05 09:52:02 +0100 |
commit | edd85a3d9eff57f92f3c07a51eec5452ca8a24ef (patch) | |
tree | 7dee8df7f70821e2b9c2727090f1342424affebd /ui/gtk.c | |
parent | input: mouse: add qemu_input_is_absolute() (diff) | |
download | qemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.tar.gz qemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.tar.xz qemu-edd85a3d9eff57f92f3c07a51eec5452ca8a24ef.zip |
input: mouse: switch legacy handlers to new core
legacy mouse event handlers are registered in the new core,
so they receive events submitted to the new input core.
legacy kbd_mouse_event() continues to use the old code paths.
So new-core event handlers wouldn't see events submitted via
kbd_mouse_event.
This leads to the constrain that we we must transition all
kbd_mouse_event() users first to keep things working. But
that is easier to handle than translating legacy mouse events
into new-core mouse events ;)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/gtk.c')
0 files changed, 0 insertions, 0 deletions