> Reported-by: Steven Elliott <[email protected]> > Signed-off-by: Peter Hutterer <[email protected]>
Does what it says, Reviewed-by: Dave Airlie <[email protected]> > --- > hw/xfree86/common/xf86DGA.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/xfree86/common/xf86DGA.c b/hw/xfree86/common/xf86DGA.c > index c25a274..c10dd32 100644 > --- a/hw/xfree86/common/xf86DGA.c > +++ b/hw/xfree86/common/xf86DGA.c > @@ -1074,6 +1074,7 @@ DGAProcessPointerEvent(ScreenPtr pScreen, DGAEvent * > event, DeviceIntPtr mouse) > DeviceEvent ev = { > .header = ET_Internal, > .length = sizeof(ev), > + .detail.key = event->detail, > .type = event->subtype, > .corestate = butc ? butc->state : 0 > }; > -- > 1.8.1 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
