hi,all<br>
I have ported libXft and Pango to
XCB backend, It works well now. For some reasons I picked Pango-1.8
which use Xft for rendering instead of cairo. I removed pangox backend
in pango, just use pangoxft which build directly on the lates XCB.<br>
The default backend of libXft is
X11 ,the configure option is "--enable-xcb" if you want to use the XCB
backend.The same as xft, pango also use "--enable-xcb" to enable
pangoxft to build on XCB. In addition, some Xlib functions in Xft have
not ported yet,includes XGetDefault and XRenderQuerySubpixelOrder. I
just hard-code the default values.<br>
All my work is available from
<a href="http://svn.sourceforge.net/viewvc/gtk-xcb/">http://svn.sourceforge.net/viewvc/gtk-xcb/</a>. Have a look at that and let
me know if you have more questions. <br>
Any suggestion is welcome, thanks!<br>
<br>
--jianjun <br>