Re: [Qemu-devel] [PATCH RFC 2/8] ui/input: Simplify kbd_mouse_event()

2013-06-17 Thread Gerd Hoffmann
On 06/16/13 05:39, Andreas Färber wrote: Now that the field names are bearable, there's no compelling reason to use local variables for the fields. Unify the four callback invokations through variables for the rotated coordinates instead. Reviewed-by: Gerd Hoffmann kra...@redhat.com

[Qemu-devel] [PATCH RFC 2/8] ui/input: Simplify kbd_mouse_event()

2013-06-15 Thread Andreas Färber
Now that the field names are bearable, there's no compelling reason to use local variables for the fields. Unify the four callback invokations through variables for the rotated coordinates instead. Signed-off-by: Andreas Färber afaer...@suse.de --- ui/input.c | 28 ++--