On Mon, Jul 30, 2012 at 2:32 PM, Adam Jackson <[email protected]> wrote: > Signed-off-by: Adam Jackson <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > hw/kdrive/ephyr/hostx.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c > index 6988f16..e13910b 100644 > --- a/hw/kdrive/ephyr/hostx.c > +++ b/hw/kdrive/ephyr/hostx.c > @@ -345,7 +345,10 @@ hostx_init(void) > attr.event_mask = > ButtonPressMask > | ButtonReleaseMask > - | PointerMotionMask | KeyPressMask | KeyReleaseMask | ExposureMask; > + | PointerMotionMask > + | KeyPressMask > + | KeyReleaseMask > + | ExposureMask; > > EPHYR_DBG("mark"); > > -- > 1.7.7.6 > > _______________________________________________ > [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
