Hello,

After my 2 initial projects with Qt have been succesfull it's time to wet my feet a little with graphics programming.

In windows I succeeded in making my own virtuagirl player, it plays animations of stripping girls in the corner above the tray.

I like to port this to linux, I miss it
The data for the animations is in some kind of run length encoding. But in stead of a normal bitmap, each frame is build using the windows mechanismes CreateRectRgn(), CombineRgn() in order to have a transparant image on the desktop.

I like to have some advice on how to go about this.

Thank you. Jean.