qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] mouse click simple queue


From: Ronan Keryell
Subject: Re: [Qemu-devel] [PATCH] mouse click simple queue
Date: Mon, 28 Jan 2008 13:24:27 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

>>>>> On Mon, 28 Jan 2008 11:48:00 +0000, Stefano Stabellini <address@hidden> 
>>>>> 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 enought.  I am
    Stefano> attaching a patch that implements a simple queue for left
    Stefano> mouse click events.

Good point! :-)

But is it possible to use higher-level queue constructions rather than
inlining the queue behaviour in the code? Because it will be hard to
maintain if everybody introduces her own queue, list or whatever structure
each time it is needed...

It reminds me the MINIX source code, quite hard to modify because of this
kind of stuff... :-)

Thank you!
-- 
  Ronan KERYELL                 |\/  Tel:    (+33|0) 2.29.00.14.15
  Département Informatique      |/)  Fax:    (+33|0) 2.29.00.12.82
  TÉLÉCOM Bretagne, CS 83818    K    GSM:    (+33|0) 6.13.14.37.66
  F-29238 PLOUZANÉ CEDEX 3      |\   E-mail: address@hidden
  FRANCE                        | \  http://enstb.org/~keryell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]