<div dir="ltr">Hello everyone,<br><br>I started few days ago a gui creation with Xlib,
but i found xcb yesterday and decided try it. I modified my code quiet
easily (it wasn&#39;t really long) except for the color. How should i
replace <br>
&nbsp;&nbsp;&nbsp; XAllocColor(WinInf-&gt;dpy, WinInf-&gt;cmap, &amp;c);<br>&nbsp;&nbsp;&nbsp; XSetForeground(WinInf-&gt;dpy, WinInf-&gt;gc, c.pixel);<br><br>I tried by using xcb_alloc_color but i didn&#39;t succeed (all my drawings were black).<br><br>


Any idee?<br>Else, is there a simple example just drawing colored points in an empty window?<br><br>thanks in advance!</div>