bspwm/misc.h
2012-09-27 10:46:04 +02:00

12 lines
188 B
C

#ifndef _UTILS_H
#define _UTILS_H
#include <stdarg.h>
#include <xcb/xcb.h>
#include <xcb/xcb_event.h>
#include "types.h"
void die(const char *, ...);
uint32_t get_color(char *);
#endif