diff --git a/docs/XCB_Cheatsheet.md b/docs/XCB_Cheatsheet.md index 50f5344..db97638 100644 --- a/docs/XCB_Cheatsheet.md +++ b/docs/XCB_Cheatsheet.md @@ -16,9 +16,9 @@ string predates the URL standard. Part of the problem with untangling the hierarchy in X-Windows is that it's meant to be extremely malleable and re-usable. [The Wikipedia -article](/uri https://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture) +article](https://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture) says that the `display` has a top-level window; The [Xlib -Tutorial](/uri https://tronche.com/gui/x/xlib/introduction/overview.html) +Tutorial](https://tronche.com/gui/x/xlib/introduction/overview.html) says a `screen` is a physical monitor, and a workstation can have more than one screen, but each screen has its own top-level window. But both of these statements are inaccurate!