Does anyone still use it? xlib seems such an old framework?

what other major similar software is used instead of this old xlib?

What is used instead of xlib?

有帮助吗?

解决方案

XLib is still used in most X11 toolkits however, there is a newer library called XCB that is slowly replacing it. XCB is lower level than XLib and allows you to minimise the number of round-trips to the X server leading to lower latency.

http://xcb.freedesktop.org/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top