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

Re: [MiNT] XaAES: background,was:Chaos in gradients



On 09/02/2011 03:11 PM, Helmut Karlowski wrote:
AES->desktop: redraw root-window
desktop: v_bar(root-window-size)..., ->AES:d_icon...

I can catch the d_icon but not the v_bar. I can hide the complete desktop-background or the desktop hides mine.

Only way would be to draw the icons from the hidden desktop-window above mine, but that is a kludge.

If the desktop would only draw icons which would be above the root-window from XaAES (or some other app) it would be easy.
The icons would normally be a part of the desktop object tree. So what you have to do is to draw your own object instead of the desktop root object. That would normally be object 0 in the object tree, but to be sure you can check that it's the same size as the screen. Then continue and draw the rest of the tree.

Jo Even