X Window System core protocol: Difference between revisions

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]], or [[GTK+]], or [[Qt (toolkit)|Qt]] which in turn use Xlib for interacting with the server. The use of Xlib has the following effects:
 
# 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==