On 14/10/22 13:54, Akihiko Odaki wrote:
Although an input is routed depending on the console,
qemu_input_is_absolute() had no mechanism to specify the console.

Accept QemuConsole as an argument for qemu_input_is_absolute, and let
the display know the absolute/relative state for a particular console.

Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com>
---
  include/ui/input.h |  2 +-
  ui/cocoa.m         |  2 +-
  ui/dbus-console.c  |  6 +++---
  ui/gtk.c           | 12 ++++++------
  ui/input.c         | 29 +++++++----------------------
  ui/sdl2.c          | 26 +++++++++++++-------------
  ui/spice-input.c   |  2 +-
  ui/trace-events    |  1 -
  ui/vnc.c           |  2 +-
  9 files changed, 33 insertions(+), 49 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Reply via email to