1 2 3 4 5 6 7 8 9 10 11
#ifndef __button_h #define __button_h #include "render.h" #include <X11/Xlib.h> #include <X11/Xutil.h> #include <glib.h> #endif /* __button_h */