Re: [Qemu-devel] [PATCH RFC 1/8] ui/input: Clean up QEMUPutMouseEntry struct
On 06/16/13 05:39, Andreas Färber wrote: > Shorten field names to not duplicate struct name. Nice. Reviewed-by: Gerd Hoffmann cheers, Gerd
[Qemu-devel] [PATCH RFC 1/8] ui/input: Clean up QEMUPutMouseEntry struct
Shorten field names to not duplicate struct name. Signed-off-by: Andreas Färber --- ui/input.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ui/input.c b/ui/input.c index 92c44ca..badf6c3 100644 --- a/ui/input.c +++ b/ui/input.c @@ -31,10