bspwm/ewmh.h
2012-08-23 22:32:11 +02:00

8 lines
92 B
C

#ifndef _EWMH_H
#define _EWMH_H
xcb_ewmh_connection_t ewmh;
void ewmh_init(void);
#endif