diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-05 11:24:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-05 09:52:04 +0100 |
commit | a8dfb1c34ffc17d16eebd46442be93d5e8fad44f (patch) | |
tree | 91786abb6c4a19267c48c48c47b975b979439abc /ui | |
parent | 4a33f45e2e4c773b47963baf5a8251963bd01e38 (diff) | |
download | qemu-a8dfb1c34ffc17d16eebd46442be93d5e8fad44f.zip qemu-a8dfb1c34ffc17d16eebd46442be93d5e8fad44f.tar.gz qemu-a8dfb1c34ffc17d16eebd46442be93d5e8fad44f.tar.bz2 |
input: add input_mouse_mode tracepoint
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -289,6 +289,7 @@ void qemu_input_check_mode_change(void) 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); } |