summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 10:19:59 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 10:19:59 -0700
commit55ae285ef587942dc34c5f95b7f97037deb791a2 (patch)
treeb9d1ce96f5ca0b43c207e88360cd6dff20b836d6 /drw.h
parentd1dea11d1091b4eacefb8be73a0740f87444fe29 (diff)
getting there
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drw.h b/drw.h
index 4c67419..fd883fc 100644
--- a/drw.h
+++ b/drw.h
@@ -1,5 +1,10 @@
/* See LICENSE file for copyright and license details. */
+#ifndef CMDTREE_DRW_H
+#define CMDTREE_DRW_H
+
+#include <X11/Xft/Xft.h>
+
typedef struct {
Cursor cursor;
} Cur;
@@ -55,3 +60,6 @@ int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned in
/* Map functions */
void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h);
+
+
+#endif /* CMDTREE_DRW_H */