]> git.lizzy.rs Git - bspwm.git/blob - misc.h
Remove window borders whenever possible
[bspwm.git] / misc.h
1 #ifndef _UTILS_H
2 #define _UTILS_H
3
4 #include <stdarg.h>
5 #include <xcb/xcb.h>
6 #include <xcb/xcb_event.h>
7 #include "types.h"
8
9 void die(const char *, ...);
10 uint32_t get_color(char *);
11
12 #endif