Re: [PATCH 05/17] ephyr: Move event processing into ephyr.c.

2013-09-03 Thread Eric Anholt
Julien Cristau writes: > On Mon, Aug 26, 2013 at 13:26:11 -0700, Eric Anholt wrote: >> -struct EphyrHostXEvent { >> -EphyrHostXEventType type; >> >> -union { >> -struct mouse_motion { >> -int x; >> -int y; >> -int screen; >> -int w

Re: [PATCH 05/17] ephyr: Move event processing into ephyr.c.

2013-08-30 Thread Julien Cristau
On Mon, Aug 26, 2013 at 13:26:11 -0700, Eric Anholt wrote: > No more extra event structure to translate between hostx.c and > ephyr.c! > --- > hw/kdrive/ephyr/ephyr.c | 393 > > hw/kdrive/ephyr/hostx.c | 225 --- > hw/kdriv

[PATCH 05/17] ephyr: Move event processing into ephyr.c.

2013-08-26 Thread Eric Anholt
No more extra event structure to translate between hostx.c and ephyr.c! --- hw/kdrive/ephyr/ephyr.c | 393 hw/kdrive/ephyr/hostx.c | 225 --- hw/kdrive/ephyr/hostx.h | 64 ++-- 3 files changed, 310 insertions(+), 372 del