mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
10 lines
119 B
C
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
|