]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant way
[i3/i3] / include / ewmh.h
index bde8f319a908bee7140764eaf2c7310ff6db0656..aacd1510f5911f26b65e5a59fb645b526319af97 100644 (file)
@@ -40,4 +40,10 @@ void ewmh_update_active_window(xcb_window_t window);
  */
 void ewmh_update_client_list_stacking(xcb_window_t *stack, int num_windows);
 
+/**
+ * Set up the EWMH hints on the root window.
+ *
+ */
+void ewmh_setup_hints();
+
 #endif