]> git.sur5r.net Git - i3/i3/blobdiff - include/window.h
Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
[i3/i3] / include / window.h
index 61ec8614b52ef783d4df6fc46d670934ed7ae0fa..60198b878f3517e04addc9c33744d4e06ef16d49 100644 (file)
@@ -57,4 +57,10 @@ void window_update_strut_partial(i3Window *win, xcb_get_property_reply_t *prop);
  */
 void window_update_role(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt);
 
+/**
+ * Updates the WM_HINTS (we only care about the input focus handling part).
+ *
+ */
+void window_update_hints(i3Window *win, xcb_get_property_reply_t *prop);
+
 #endif