Is there a way to create a window with Xlib which only display the border lines, title, close button and that you can move with the mouse? The content of the window must be empty (or "totally transparent", although "transparency" sounds more like an effect I don't need). Basically the window should show the background area.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm not sure if it is what you want, but following code creates an X window with transparent background but still using the window decoration of your window manager. It will only work though if your X11 and graphics hardware configuration supports visuals with a depth of 32 bit.
|
|||
|
|