头文件
#include <X11/Xlib.h> #include <X11/Xutil.h>
编译
gcc *.c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11
gcc *.c -lX11