Samuel Thibault wrote:
Ronan Keryell, le Mon 28 Jan 2008 13:24:27 +0100, a écrit :
But is it possible to use higher-level queue constructions rather than
inlining the queue behaviour in the code?
There is QEMUFIFO code in console.c which could be shared for instance,
yes.
QEMUFIFO cannot be
Ronan Keryell, le Mon 28 Jan 2008 13:24:27 +0100, a écrit :
> But is it possible to use higher-level queue constructions rather than
> inlining the queue behaviour in the code?
There is QEMUFIFO code in console.c which could be shared for instance,
yes.
Samuel
> On Mon, 28 Jan 2008 11:48:00 +, Stefano Stabellini <[EMAIL
> PROTECTED]> said:
Stefano> Hi all, qemu doesn't enqueue mouse events, just records the
Stefano> latest mouse state. This can cause some lost mouse double
Stefano> clicks if the events are not processed fast en
Sorry for the format of the patch, this time I have generated it using
diff -uNp.
Stefano Stabellini wrote:
Hi all,
qemu doesn't enqueue mouse events, just records the latest mouse state.
This can cause some lost mouse double clicks if the events are not
processed fast enought.
I am attaching
Hi all,
qemu doesn't enqueue mouse events, just records the latest mouse state.
This can cause some lost mouse double clicks if the events are not
processed fast enought.
I am attaching a patch that implements a simple queue for left mouse
click events.
Best Regards,
Stefano Stabellini
Index