summaryrefslogtreecommitdiff
path: root/obrender/button.h
blob: 659c3ea93c16b9721d8325ad6f71a5ece3b30846 (plain)
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 */