Re: [PATCH 06/11] xfree86/dga: DGA2 events are missing the dx/dy information

2011-01-23 Thread Fernando Carrijo
Ville Syrjala wrote: > Copy dx/dy from the internal event to the DGA2 Motion/Button events. > Do the same for Key events for the sake of keeping the code consistent. > > Signed-off-by: Ville Syrjala > --- > hw/xfree86/common/xf86DGA.c |8 > 1 files changed, 4 insertions(+), 4 dele

[PATCH 06/11] xfree86/dga: DGA2 events are missing the dx/dy information

2011-01-23 Thread Ville Syrjala
Copy dx/dy from the internal event to the DGA2 Motion/Button events. Do the same for Key events for the sake of keeping the code consistent. Signed-off-by: Ville Syrjala --- hw/xfree86/common/xf86DGA.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/com