Hi!<br>
I'm trying to use the composite extension with xcb, but I don't really what value to pass to the QueryVersion function.<br>
I've looked to xcompmgr sources (xlib , not xcb) and it seems that they
get something from the function (they use &amp;composite_major ,
&amp;composite_minor, so CARD32* values) whereas in the composite.h of
xcb, the value expected is a CARD32 one.<br>
<br>
Someone can tell me how to initialize composite with xcb ?<br>
<br>
Vincent<br>
<br>
PS : please excuse my poor english, I'm still learning :)<br>