aboutsummaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11.h b/x11.h
new file mode 100644
index 0000000..b5054f6
--- /dev/null
+++ b/x11.h
@@ -0,0 +1,9 @@
+#ifndef X11_H
+#define X11_H
+
+#include <stdbool.h>
+
+bool x11_init();
+void x11_close();
+
+#endif // X11_H