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

[MiNT] AES desktop extension



Hi!

I've been thinking about an extension that would allow the desktop
application handle the root window actions by its own like any other
own window (not only having to have the OBJECT tree as a content).

Let me propose the way the desktop would tell the AES that it is about to
handle the root window by itself:

#define WF_DESKTOP 35

wind_set(0, WF_DESKTOP, 1);

This would then make the desktop implementation a bit easier I think. I am
prepared to implement this into the XaAES for sure. Just let me know.

best regards

STan