diff options
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 */ |
