[Xcb] Where is xcb_map_window implemented?

Alan Coopersmith alan.coopersmith at oracle.com
Sat Sep 26 09:16:23 PDT 2015


On 09/26/15 05:11 AM, deco33000 Jog wrote:
> Hello,
>
> I could not find the implementation of xcb_map_window in the archives I just downloaded here: http://xcb.freedesktop.org/dist/.
>
> Where is it?

Like most protocol handlers, the code is autogenerated during the build
from the protocol definition XML files.   If you want to see the code,
you'll need to run the build, not just download the sources, but it's
going to be rather boring, just taking the arguments and packing them
into the appropriate request format packet to send to the X server.

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the Xcb mailing list