]> git.lizzy.rs Git - bspwm.git/blobdiff - ewmh.h
Implement ICCCM's WM_TAKE_FOCUS behavior
[bspwm.git] / ewmh.h
diff --git a/ewmh.h b/ewmh.h
index e3e9e7e3404c74590a4618f84bf016eb9cde05cf..ad756607f141434b09c1d83937d73aa6935ef105 100644 (file)
--- a/ewmh.h
+++ b/ewmh.h
@@ -6,14 +6,14 @@
 xcb_ewmh_connection_t *ewmh;
 
 void ewmh_init(void);
-void ewmh_update_wm_name(void);
 void ewmh_update_active_window(void);
 void ewmh_update_number_of_desktops(void);
 uint32_t ewmh_get_desktop_index(desktop_t *);
-bool ewmh_locate_desktop(uint32_t, desktop_location_t *);
+bool ewmh_locate_desktop(uint32_t, coordinates_t *);
 void ewmh_update_current_desktop(void);
 void ewmh_set_wm_desktop(node_t *, desktop_t *);
 void ewmh_update_desktop_names(void);
 void ewmh_update_client_list(void);
+void ewmh_set_supporting(xcb_window_t);
 
 #endif