Window creation/X11: Difference between revisions

Content added Content deleted
m (→‎{{header|Scala}}: Rm Scala imp category)
Line 68: Line 68:


Compile with:
Compile with:
* gcc -o helloxcb -lxcb helloxcb.c
* gcc -o helloxcb helloxcb.c -lxcb


<lang c>#include <stdlib.h>
<lang c>#include <stdlib.h>