mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
8 lines
92 B
C
8 lines
92 B
C
#ifndef _EWMH_H
|
|
#define _EWMH_H
|
|
|
|
xcb_ewmh_connection_t ewmh;
|
|
|
|
void ewmh_init(void);
|
|
|
|
#endif
|