commit | a8dfb1c34ffc17d16eebd46442be93d5e8fad44f | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Dec 05 11:24:14 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Mar 05 09:52:04 2014 +0100 |
tree | 91786abb6c4a19267c48c48c47b975b979439abc | |
parent | 4a33f45e2e4c773b47963baf5a8251963bd01e38 [diff] [blame] |
input: add input_mouse_mode tracepoint Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/ui/input.c b/ui/input.c index b8fc681..afc037c 100644 --- a/ui/input.c +++ b/ui/input.c
@@ -289,6 +289,7 @@ is_absolute = qemu_input_is_absolute(); if (is_absolute != current_is_absolute) { + trace_input_mouse_mode(is_absolute); notifier_list_notify(&mouse_mode_notifiers, NULL); }