bspwm/misc.h

13 lines
188 B
C
Raw Normal View History

2012-07-31 14:32:13 +02:00
#ifndef _UTILS_H
#define _UTILS_H
2012-08-20 22:38:29 +02:00
#include <stdarg.h>
#include <xcb/xcb.h>
#include <xcb/xcb_event.h>
#include "types.h"
2012-07-30 14:54:20 +02:00
2012-07-30 17:29:10 +02:00
void die(const char *, ...);
2012-08-20 22:38:29 +02:00
uint32_t get_color(char *);
2012-07-31 14:32:13 +02:00
#endif