This program is just a demonstration how to create a window on the lowest level I could think of. It directly speaks to the X server via a named pipe.
- Protocol description
- Documentation for the X Window System
- XCB examples, that might be used to understand how X11 works
Xephyr -retro :1
Xnest -retro -cc 5 :1
-
list extensions:
xdpyinfo -queryExtensions
- implement X Nonrectangular Window Shape Extension Protocol, which sounds funny
- DRI3
- Find other interesting extensions
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.