"Stephane Lussier" <[EMAIL PROTECTED]> writes:

> You're right about that. My code was assuming that rectWindow wasn't changed
> yet when entering in X11DRV_WND_SetWindowPos function, which was a false
> assumption.
> 
> The attached patch fix the problem.

XGetWindowAttributes will cause a round-trip to the server, which will
hurt performance and may have other side effects. Couldn't we
determine locally if the window needs to be mapped?

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to