18 Feb
2003
18 Feb
'03
6:29 p.m.
Alexandre Julliard wrote:
Duane Clark <dclark(a)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.