Re: ConfigureNotify messages queuing up

2005-12-04 Thread Mike McCormack
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

Re: ConfigureNotify messages queuing up

2005-12-01 Thread Mikael Lindqvist
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

Re: ConfigureNotify messages queuing up

2005-12-01 Thread Robert Shearman
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

ConfigureNotify messages queuing up

2005-12-01 Thread Mikael Lindqvist
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