bspwm/ewmh.h
2012-09-11 22:48:26 +02:00

10 lines
119 B
C

#ifndef _EWMH_H
#define _EWMH_H
#include <xcb/xcb_ewmh.h>
xcb_ewmh_connection_t ewmh;
void ewmh_init(void);
#endif