You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 7I think you should probably go to the conversation page corresponding to that page in Wikipedia and start a conversation aiming for the authors to clarify their article.RealSkeptic– RealSkeptic2016-04-13 12:47:30 +00:00Commented Apr 13, 2016 at 12:47
- 1Wikipedia is great, but it caters "power-users" first and tend to give detailed information first instead of short and concise answers first, then detailed informations.X.LINK– X.LINK2021-06-29 12:04:09 +00:00Commented Jun 29, 2021 at 12:04
- 1X11 is also a OSI level 7 protocol ie the format of the datastream over the network and its semantics. An application can be programmed using libX11 or libxcb directly (a basic low level programming API for a GUI.) libX11 uses the network format to communicate with a server ie a program having command of a screen and access to a data stream from keyboard(s) and mouse(s.) libXt is a library which together with a number of widgets implements a more high-level API. The older versions of Gtk replaces libXt but depends on libX11 - it doesn't communicate directly with the server.Stefan Skoglund– Stefan Skoglund2021-06-29 18:39:58 +00:00Commented Jun 29, 2021 at 18:39
- @Stefan Skoglund But if an application does what you say - using libX11 or libxcb - then aren't they simply using X's internal fallback libraries to build their user interface ? The statement Programs may use X's graphical abilities with no user interface clearly implies the absurd scenario of an app without any user interface seeking to use X . . .Trunk– Trunk2021-07-15 13:03:17 +00:00Commented Jul 15, 2021 at 13:03
- I've edited the absurd sentence in the Wikipedia page. Feel free to improve it.Trunk– Trunk2021-07-15 13:12:30 +00:00Commented Jul 15, 2021 at 13:12
| Show 7 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you