Hi,

I have an application with a pixmap as background (it is not an application with a palette background pixmap, just an application that has a pixmap used as background). The pixmap is a png one with some transparency.

What I want to do is display my application like a splash screen (no title, no status bar) with its background (the pixmap) transparent (only the transparent part of the png bitmap).

I am able to display my application as a splash screen (I use some flags for it), the transparent part of the pixmap is transparent but I still see the application background color.

I don't know how to do it, could someone help me ?

Thanks in advance