]> git.lizzy.rs Git - bspwm.git/blob - utils.h
Fix hang related to SIGCHLD
[bspwm.git] / utils.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 void transfer_rectangle(xcb_rectangle_t, uint32_t *);
12
13 #endif