[Xcb] beginning (was: Xlib: [X]BlackPixel() )

Jamey Sharp jamey at minilop.net
Fri May 5 22:47:54 PDT 2006


Hi Florent,

Many of your questions are answered by this Wikipedia article, which you
may have found already. See especially the "History" section, and note
that most distributions have switched from XFree86 to X.org.
	http://en.wikipedia.org/wiki/X_Window_System

You may also want to read the Wikipedia article on Xlib.
	http://en.wikipedia.org/wiki/Xlib

Rather than using either Xlib or XCB, most programmers should probably
be using toolkits such as Gtk+ or Qt. I don't recommend starting your
studies of X with Xlib or XCB, because these libraries are very
low-level, and difficult to use for normal applications. However, if you
eventually want to work with the raw X protocol, XCB is a much better
choice than Xlib.

XCB is compatible with all X servers that implement X protocol 11.0,
which was first released September 15th, 1987 (according to Wikipedia).
So basically, yes, it's compatible with all X servers. :-)

--Jamey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xcb/attachments/20060505/d47e4d14/attachment.pgp


More information about the Xcb mailing list