[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Dialogs in windows
Hello Henk,
thanks for your help. Although I try to use cflib I will also give your
suggestions a try this weekend.
Regards,
Frank
> I have rewritten your example as attached.
> As Draco pointed out, the FIRST/NEXT_XYWH loop gives you all the
> visible rectangles. This is usefull if you want to update your
> window contents yourself.
>
> On a WM_REDRAW you must intersect all the rectangles with the
> rectangle of the WM_REDRAW message.
> This reduces the amount of repainted area considerably.