Download this file
1 2 3 4 5 6 7 8 9 10 11
#ifndef __YLIB_H #define __YLIB_H #include "base.h" #define __YIMP_XLIB__ #include <X11/X.h> #include <X11/Xlib.h> #endif