[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] XAAES slow?



On Fri, 2005-06-17 at 23:35 +0200, Odd Skancke wrote:
>  When there are WM_REDRAWs pending, XaAES prevents movements of windows
> until those are serviced by the target. This needs to be done to prevent
> a window moving into an area for which a WM_REDRAW have been generated,
> resulting in overwriting the moving window. I will look into updating
> WM_REDRAW queue on movements and modify/remove not-serviced WM_REDRAWs
> to see if that is possible.

Ah!  That makes sense.  I hadn't thought of that possibility.  I've been
around X too long where the coordinates you get are relative to the
window and the application doesn't care where the window is.  I had
forgotten the possibilty of a window moving over an area with a pending
redraw.  Hmm .. thats tough.