aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/draw.h b/draw.h
new file mode 100644
index 0000000..4fcded8
--- /dev/null
+++ b/draw.h
@@ -0,0 +1,10 @@
+#ifndef COMET_DRAW_H
+#define COMET_DRAW_H
+
+#include "x11.h"
+
+void draw(Window *win);
+
+#endif
+
+// vim: set ts=4 sw=4 et