summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
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 */