diff options
| author | William Casarin <jb55@jb55.com> | 2018-07-09 10:19:59 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2018-07-09 10:19:59 -0700 |
| commit | 55ae285ef587942dc34c5f95b7f97037deb791a2 (patch) | |
| tree | b9d1ce96f5ca0b43c207e88360cd6dff20b836d6 /drw.h | |
| parent | d1dea11d1091b4eacefb8be73a0740f87444fe29 (diff) | |
getting there
Diffstat (limited to 'drw.h')
| -rw-r--r-- | drw.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 */ |
