Content deleted Content added
mNo edit summary |
→Xlib and other client libraries: fixed outdated content Tags: Reverted Mobile edit Mobile web edit |
||
Line 253:
{{main article|Xlib}}
Most client programs communicate with the server via the [[Xlib]] client library. In particular, most clients use libraries such as [[Xaw]], [[Motif (software)|Motif]]
# Xlib makes the client synchronous with respect to replies and events:
Line 266:
Lower-level libraries, such as [[XCB]], provide asynchronous access to the protocol, allowing better latency hiding.
A Toolkit That uses XCB is Qt 5 and above.
==Unspecified parts==
|