]> git.sur5r.net Git - i3/i3/blobdiff - include/window.h
Implement the window_role criterion (checks WM_WINDOW_ROLE)
[i3/i3] / include / window.h
index fe282aa08208f2bc8d9e55888b3b1575fb041852..cb9fbbc50c9072b359a3d5f2121dc565a88e6834 100644 (file)
@@ -42,4 +42,10 @@ void window_update_transient_for(i3Window *win, xcb_get_property_reply_t *prop);
  */
 void window_update_strut_partial(i3Window *win, xcb_get_property_reply_t *prop);
 
+/**
+ * Updates the WM_WINDOW_ROLE
+ *
+ */
+void window_update_role(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt);
+
 #endif