Xlib

Xlib
Developer(s)X.Org Foundation
Initial release~1985 [citation needed]
Stable release
1.8.9[1] Edit this on Wikidata / 5 April 2024 (5 April 2024)
Repository
Written inC
TypeLibrary
Websitewww.x.org, documentation: www.x.org/releases/current/doc/libX11/libX11/libX11.html
X11-clients use xlib to communicate with the display server.

Xlib (also known as libX11) is an X Window System protocol client library written in the C programming language. It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the X protocol.

Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits:

Xlib appeared around 1985,[citation needed] and is used in GUIs for many Unix-like operating systems. A re-implementation of Xlib was introduced in 2007 using XCB.[2]

  1. ^ Alan Coopersmith. https://lists.x.org/archives/xorg-announce/2024-April/003501.html. Retrieved 7 April 2024. {{cite web}}: Missing or empty |title= (help)
  2. ^ "XDC2007 Notes". February 9, 2007.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Tubidy