I mean like this, say the message queue looks like this:
ConfigureNotify
other message
ConfigureNotify
With the "oldest" at the bottom. The code will then search for newer
ConfigureNotify messages in the queue, and find it (the one at the top)
and deliver that to the application. So it will b
On Thu, 2005-12-01 at 16:22 -0600, Robert Shearman wrote:
> Mikael Lindqvist wrote:
>
> >Hello dear Wine developers,
> >
> >I was using Flash MX under Wine yesterday and I noticed that when I
> >resize the window, the contents swirl around as resize messages get
> >processed. I thought that maybe
Mikael Lindqvist wrote:
Hello dear Wine developers,
I was using Flash MX under Wine yesterday and I noticed that when I
resize the window, the contents swirl around as resize messages get
processed. I thought that maybe this could be avoided if the code in
wine that processes ConfigureNotify me
Hello dear Wine developers,
I was using Flash MX under Wine yesterday and I noticed that when I
resize the window, the contents swirl around as resize messages get
processed. I thought that maybe this could be avoided if the code in
wine that processes ConfigureNotify messages from X and passes th