SDL Window -> Keep on Top/ Floating

Hello !

I have an SDL Application which I would like to have
that the opened window stays on top, like the option
in WindowMaker. Is this already implemnted or must it
be done ???

Thanks in advance and best regards
Anes Lihovac

Hello !

I have an SDL Application which I would like to have
that the opened window stays on top, like the option
in WindowMaker. Is this already implemnted or must it
be done ???

There’s no portable way of doing this, even between window managers.

You have all of the information that you need to implement this in your
own code though, take a look at SDL_syswm.h and the ‘scrap’ demo on the
SDL demos download page.

See ya,
-Sam Lantinga, Lead Programmer, Loki Software, Inc.