I want to make application an application with a splash screen on Linux.
I want to use X11 and glx (OpenGL application).
I\'ve found a way to remove the bord
In order to have a transparent window under X11, you need
You don't need to use OpenGL directly: the composite manager could use it to render the screen.
If you're going in the GTK path, have a look to
But you could also use Qt or another toolkit.