Re: xcb backend - no window decorations
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Mon, 11 Jul 2016 13:53:40 +0200, Enrico Weigelt, metux IT consult wrote: > so, the big question now is: how to create an xcb window with usual > window decorations ? do i have to add some atoms ? I haven’t got as far as creating windows with XCB, but I have dipped my toes in XLib. It’s the same underlying X11 protocol after all. In XLib I specified a window border width and a border pixel colour at window creation time. The only window property I set was the title. There is nothing else special I can see that I did, yet the window was draggable and resizable and had the standard title-bar widgets. -- cairo mailing list [email protected] https://lists.cairographics.org/mailman/listinfo/cairo