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

Re: [MiNT] XaAES doesn't respect wind_update?



Peter Persson wrote:

> Hey,
>
> Here goes:
>
> 1. I lock the screen using BEG_UPDATE
> 2. I change change the position of a slider or some other window widget, =
> causing things to be drawn to the screen.

Manually or from your app?

> 3. I unlock the screen using END_UPDATE
>
> Between BEG_UPDATE and END_UPDATE, I expected the AES to stay away from =
> the screen.
> I also wonder if this could happen if another application changes the =

What could happen?

> state of some window widget. I haven't tested that.
>
> It's no biggie, but I wonder if it's supposed to be that way, or if it's =
> a bug.

I guess the widgets belong to the AES not your program. They are updated
in realtime by the AES.


-Helmut