Alexandre Julliard wrote:
Duane Clark dclark@akamail.com writes:
Changelog: Before changing window size/pos, handle pending ConfigureNotify events.
That's only hiding the problem, and only in some cases. There is no guarantee that the ConfigureNotify has arrived by the time we do the resize, so we need to cope with a ConfigureNotify arriving at any time.
Okay, that will certainly be more ...err... challenging ;) I will see what I can do.