]> git.lizzy.rs Git - bspwm.git/blob - ewmh.h
Fix hang related to SIGCHLD
[bspwm.git] / ewmh.h
1 #ifndef _EWMH_H
2 #define _EWMH_H
3
4 #include <xcb/xcb_ewmh.h>
5
6 xcb_ewmh_connection_t *ewmh;
7
8 void ewmh_init(void);
9 void ewmh_update_wm_name(void);
10 void ewmh_update_active_window(void);
11 void ewmh_update_number_of_desktops(void);
12 void ewmh_update_current_desktop(void);
13 void ewmh_update_desktop_names(void);
14 void ewmh_update_client_list(void);
15
16 #endif