]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Maintain the _NET_CLIENT_LIST property
[i3/i3] / include / ewmh.h
index 9cc589d124fbda58730f6b6dbb569e530da6c83c..46d6c98575b574295a14783fbaf3e4e79e2f8408 100644 (file)
@@ -27,6 +27,11 @@ void ewmh_update_current_desktop(void);
  */
 void ewmh_update_active_window(xcb_window_t window);
 
+/**
+ * Updates the _NET_CLIENT_LIST hint. Used for window listers.
+ */
+void ewmh_update_client_list(xcb_window_t *list, int num_windows);
+
 /**
  * Updates the _NET_CLIENT_LIST_STACKING hint. Necessary to move tabs in
  * Chromium correctly.