bspwm/ewmh.h

17 lines
347 B
C
Raw Normal View History

2012-08-23 22:32:11 +02:00
#ifndef _EWMH_H
#define _EWMH_H
#include <xcb/xcb_ewmh.h>
xcb_ewmh_connection_t *ewmh;
2012-08-23 22:32:11 +02:00
void ewmh_init(void);
2012-09-14 11:30:41 +02:00
void ewmh_update_wm_name(void);
void ewmh_update_active_window(void);
void ewmh_update_number_of_desktops(void);
void ewmh_update_current_desktop(void);
void ewmh_update_desktop_names(void);
void ewmh_update_client_list(void);
2012-08-23 22:32:11 +02:00
#endif